Browse Source

fix:添加注册时间排序

zqbao 8 tháng trước cách đây
mục cha
commit
b2cbb82168
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      controllers/user.go

+ 2 - 0
controllers/user.go

@@ -1216,6 +1216,8 @@ func (this *UserController) GlobalSearch() {
 	if sortParam != "" && sortType != "" {
 		var param, sort string
 		switch sortParam {
+		case "RegisterTime":
+			param = "register_time"
 		case "ReadCnt":
 			param = "read_cnt"
 		case "LastUpdateTime":