浏览代码

SAI类别管理:排序

wangggziwen 2 年之前
父节点
当前提交
a83d7bfd5b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      master/src/main/resources/mybatis/production/TSaiCategoryMapper.xml

+ 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">