From c1ac2b5b300d8498cd788dbe2182a9208340a3a2 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 17 Nov 2023 18:25:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svc/get_plan_cfg.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/svc/get_plan_cfg.go b/svc/get_plan_cfg.go index 7ff4946..1301bbf 100644 --- a/svc/get_plan_cfg.go +++ b/svc/get_plan_cfg.go @@ -214,10 +214,8 @@ func GetPlanCfg(eg *xorm.Engine, pvd, masterId string, rewardOpts map[string]*mo } if err := json.Unmarshal([]byte(commissionOpt.Data), &subsidyTmp); err != nil { - if masterId == "68823769" { - fmt.Println("===========================分佣方案数据设置错误", commissionOpt) - fmt.Println("===========================分佣方案数据设置错误", err) - } + fmt.Println("===========================分佣方案数据设置错误", commissionOpt) + fmt.Println("===========================分佣方案数据设置错误", err) return nil, zhios_order_relate_logx.Warn(fmt.Sprintf("%s:分佣方案数据设置错误", masterId)) } opt.UserRate = subsidyTmp