zqbao 9 月之前
父节点
当前提交
5d8c90bddb
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 != "" {