Browse Source

SAI类别管理:排序

wangggziwen 2 years ago
parent
commit
a83d7bfd5b

+ 1 - 0
master/src/main/resources/mybatis/production/TSaiCategoryMapper.xml

@@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="deptId != null "> and dept_id = #{deptId}</if>
             and d.del_flag = 0
         </where>
+        order by d.sai_category_name asc
     </select>
     
     <select id="selectTSaiCategoryById" parameterType="Long" resultMap="TSaiCategoryResult">