Переглянути джерело

年度计划按照录入时间排序,党费按照时间排序

Wang Zi Wen 2 роки тому
батько
коміт
800f7c1140

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

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

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

@@ -31,6 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         </where>
         <!-- 数据范围过滤 -->
         ${params.dataScope}
+        order by u.create_time asc
     </select>
     
     <select id="selectTBranchPlanByPlanId" parameterType="Long" resultMap="TBranchPlanResult">