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