Explorar el Código

训练营列表倒序

mac hace 2 años
padre
commit
4750e538fd

+ 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>