feat(工单): 字典排序

master
wanghao 1 week ago
parent 86750a1f58
commit c49b266228

@ -38,6 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND status = #{status} AND status = #{status}
</if> </if>
</where> </where>
order by dict_sort asc
</select> </select>
<select id="selectDictDataByType" parameterType="String" resultMap="SysDictDataResult"> <select id="selectDictDataByType" parameterType="String" resultMap="SysDictDataResult">

Loading…
Cancel
Save