菜单排序
This commit is contained in:
@@ -13,5 +13,6 @@
|
|||||||
<if test="type != null">
|
<if test="type != null">
|
||||||
and c.type=#{type}
|
and c.type=#{type}
|
||||||
</if>
|
</if>
|
||||||
|
order by menu_sort desc
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user