浏览代码

fit 学员详情班级列表排序修改

tanzh 3 年之前
父节点
当前提交
338f78e106
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeUserMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeUserMapper.xml

@@ -284,7 +284,7 @@
         <if test="userId != null and userId != ''">
             and u.user_id= #{userId}
         </if>
-        order by u.update_time desc
+        order by u.create_time desc
     </select>