Browse Source

隐藏报错

xiexiaoyuan 2 years ago
parent
commit
a12412d64f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/yb_apply.go

+ 1 - 1
services/yb_apply.go

@@ -60,7 +60,7 @@ func AddYbApply(userId int, companyId int, mobile, email string, applyInfo model
 			status = strings.Join(statusList, ",")
 		}
 		if strings.Contains("正式,永续,试用", status){
-			brMsg ="正式、永续、试用状态 无需申请"
+			//brMsg ="正式、永续、试用状态 无需申请"
 			return
 		}
 	}