浏览代码

fix 线上基础技能课,调整人数课酬bug

周箭河 5 年之前
父节点
当前提交
eb99be96e3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mec-biz/src/main/resources/config/mybatis/StudentRepairMapper.xml

+ 1 - 0
mec-biz/src/main/resources/config/mybatis/StudentRepairMapper.xml

@@ -150,6 +150,7 @@
         SELECT sr.*,o.name_ FROM student_repair sr
         LEFT JOIN organization o ON o.id_ = sr.organ_id_
         <include refid="queryPageSql"/>
+        ORDER BY id_ DESC
         <include refid="global.limit"/>
     </select>
     <sql id="queryPageSql">