Browse Source

支部建设 - 支部年度工作计划查询bugfix

wangggziwen 2 months ago
parent
commit
bffe3467f1

+ 1 - 1
ruoyi-system/src/main/resources/mapper/branch/TBranchPlanItemMapper.xml

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