From b4dfec99a2fa51f13538c734f175527a745864b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 9 Dec 2020 17:59:04 +0800 Subject: [PATCH] aa --- business/jxstore/cms/job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/job.go b/business/jxstore/cms/job.go index c36af677a..d53fe9096 100644 --- a/business/jxstore/cms/job.go +++ b/business/jxstore/cms/job.go @@ -642,7 +642,7 @@ func RechargeMtMembers(ctx *jxcontext.Context, phone int) (errCode string, err e if err != nil { return errCode, err } - if userBill.AccountBalance < 1000 { + if userBill.AccountBalance < 1100 { return model.ErrCodeAccountBalanceNotEnough, fmt.Errorf("用户余额不足,请充值!") } //账户支出