zqbao 9 months ago
parent
commit
5d8c90bddb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      controllers/user.go

+ 0 - 1
controllers/user.go

@@ -519,7 +519,6 @@ func (this *UserController) List() {
 	}
 	if sortCondition == "" {
 		sortCondition = " ORDER BY u.valid_end_time ASC"
-
 	}
 
 	if sellerIdStr != "" {