浏览代码

我的学习 - 列表排序(已学完未签名、未学习、已学习已签名)

wangggziwen 8 月之前
父节点
当前提交
feea0c60d0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-system/src/main/resources/mapper/branch/TBranchLearningMapper.xml

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

@@ -52,7 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         </where>
         </where>
         <!-- 数据范围过滤 -->
         <!-- 数据范围过滤 -->
         ${params.dataScope}
         ${params.dataScope}
-        order by u.learning_status asc, u.learning_deadline asc, u.is_signed asc
+        order by u.is_signed asc, u.learning_status asc, u.learning_deadline asc
     </select>
     </select>
     
     
     <select id="selectTBranchLearningByLearningId" parameterType="Long" resultMap="TBranchLearningResult">
     <select id="selectTBranchLearningByLearningId" parameterType="Long" resultMap="TBranchLearningResult">