Przeglądaj źródła

Merge branch 'needs/818' into debug

hsun 1 rok temu
rodzic
commit
9022713645
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      controllers/eta_trial.go

+ 1 - 1
controllers/eta_trial.go

@@ -129,7 +129,7 @@ func (this *ETATrialController) List() {
 			} else {
 				sortStr = "ORDER  BY login_num DESC"
 			}
-		} else if sortParam == "LoginDuration" {
+		} else if sortParam == "LastLoginDuration" {
 			if sortType == "asc" {
 				sortStr = "ORDER BY last_login_duration ASC"
 			} else {