@@ -1232,7 +1232,7 @@ func (this *UserController) GlobalSearch() {
}
if sortCondition == "" {
- sortCondition = ` ORDER BY u.user_Id DESC`
+ sortCondition = ` ORDER BY u.register_time DESC`
startSize := utils.StartIndex(currentIndex, pageSize)