Przeglądaj źródła

Merge branch 'bzq/dev' of eta_mini/eta_mini_crm into debug

鲍自强 11 miesięcy temu
rodzic
commit
c6c0cc8c22
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      controllers/user.go

+ 1 - 1
controllers/user.go

@@ -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)