Browse Source

feat:xiugai

wangchuanjin 5 months ago
parent
commit
828070d993
1 changed files with 1 additions and 1 deletions
  1. 1 1
      entniche_new/src/service/pcAuthManage/pcAuth.go

+ 1 - 1
entniche_new/src/service/pcAuthManage/pcAuth.go

@@ -367,7 +367,7 @@ func (this *EntExportAuth) SetLimit() {
 	}
 	}
 	if limitId != 0 {
 	if limitId != 0 {
 		//之前设置过限额,现在只需更新
 		//之前设置过限额,现在只需更新
-		limit := Mysql.FindOne("entniche_export_limit", map[string]interface{}{"user_id": userId}, "export_nums,remain_nums,surplus_nums", "")
+		limit := Mysql.FindOne("entniche_export_limit", map[string]interface{}{"user_id": userId}, "export_nums,remain_nums", "")
 		if limit != nil {
 		if limit != nil {
 			setMap := map[string]interface{}{}
 			setMap := map[string]interface{}{}
 			if reqType == "maxNums" {
 			if reqType == "maxNums" {