瀏覽代碼

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

wangggziwen 2 月之前
父節點
當前提交
bffe3467f1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-system/src/main/resources/mapper/branch/TBranchPlanItemMapper.xml

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