Эх сурвалжийг харах

支部年度工作计划 - 内容排序

wangggziwen 2 сар өмнө
parent
commit
4560a862a8

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

@@ -40,7 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         </where>
         <!-- 数据范围过滤 -->
         ${params.dataScope}
-        order by u.plan_id asc, u.plan_time asc
+        order by u.plan_id asc, u.plan_time asc, u.item_content asc
     </select>
     
     <select id="selectTBranchPlanItemByItemId" parameterType="Long" resultMap="TBranchPlanItemResult">