Browse Source

Merge branch 'needs/818' into debug

hsun 1 year ago
parent
commit
9022713645
1 changed files with 1 additions and 1 deletions
  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 {