Browse Source

Merge branch 'needs/818' into debug

hsun 1 năm trước cách đây
mục cha
commit
9022713645
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controllers/eta_trial.go

+ 1 - 1
controllers/eta_trial.go

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