功能业务字典增加排序字段,界面的action动作根据排序显示
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
<if test="action != null">
|
||||
AND action=#{action,jdbcType=INTEGER}
|
||||
</if>
|
||||
order by sort
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user