功能业务字典增加排序字段,界面的action动作根据排序显示

This commit is contained in:
zhangwei
2018-12-23 16:30:52 +06:00
parent 2564a258f2
commit c9c8193e07
2 changed files with 150 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
<if test="action != null">
AND action=#{action,jdbcType=INTEGER}
</if>
order by sort
</select>
</mapper>