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