瀏覽代碼

训练营列表倒序

mac 2 年之前
父節點
當前提交
4750e538fd
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      kxs-system/kxs-system-biz/src/main/resources/mapper/KxsCampMapper.xml

+ 2 - 0
kxs-system/kxs-system-biz/src/main/resources/mapper/KxsCampMapper.xml

@@ -77,6 +77,8 @@
             </if>
         </where>
         group by a.id
+        order by
+        a.create_time desc
     </select>
 
 </mapper>