浏览代码

作业列表排序

shenhao 4 年之前
父节点
当前提交
e94a168453
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mybatis/mapper/CuratorMapper.xml

+ 1 - 0
src/main/resources/mybatis/mapper/CuratorMapper.xml

@@ -423,6 +423,7 @@
         a.create_time,
         a.vip_id
         ORDER BY
+        a.vip_id,
         a.SUBJECT,
         a.create_time DESC
     </select>