|
@@ -38,9 +38,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="deptId != null "> and u.dept_id = #{deptId}</if>
|
|
|
and u.del_flag = 0
|
|
|
</where>
|
|
|
- order by u.plan_id asc, u.plan_time asc
|
|
|
<!-- 数据范围过滤 -->
|
|
|
${params.dataScope}
|
|
|
+ order by u.plan_id asc, u.plan_time asc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectTBranchPlanItemByItemId" parameterType="Long" resultMap="TBranchPlanItemResult">
|