This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lichunlei
/
kxs-java
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
训练营列表倒序
mac
2 years ago
parent
dda4651403
commit
4750e538fd
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
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
View File
@@ -77,6 +77,8 @@
</if>
</where>
group by a.id
+ order by
+ a.create_time desc
</select>
</mapper>