Explorar o código

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

wangggziwen hai 8 meses
pai
achega
feea0c60d0

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

@@ -52,7 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         </where>
         <!-- 数据范围过滤 -->
         ${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 id="selectTBranchLearningByLearningId" parameterType="Long" resultMap="TBranchLearningResult">