增加首页菜单权限,增加privilage_permission字段sort。

master
kevin jiang 6 years ago
parent 26ae919def
commit bd2ac09e60

@ -10,7 +10,7 @@
and t3.permission_id = t4.id and t3.permission_id = t4.id
and t1.id = #{userId} and t1.id = #{userId}
and t4.`level` = #{level} and t4.`level` = #{level}
ORDER BY t4.id ORDER BY t4.sort
</select> </select>
</mapper> </mapper>

Loading…
Cancel
Save