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