瀏覽代碼

fix:创建时间倒叙

zqbao 9 月之前
父節點
當前提交
9548c2cb63
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/user.go

+ 1 - 1
controllers/user.go

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