From 0ab56ac2afeac3e0c941d3d9ace0568dadcae6f5 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sat, 22 Apr 2023 18:30:53 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svc/get_plan_cfg.go b/svc/get_plan_cfg.go index 002a90f..369b473 100644 --- a/svc/get_plan_cfg.go +++ b/svc/get_plan_cfg.go @@ -152,7 +152,7 @@ func GetPlanCfg(eg *xorm.Engine, pvd, masterId string, rewardOpts map[string]*mo } return nil, zhios_order_relate_logx.Warn(fmt.Sprintf("%s:分佣方案数据设置错误", masterId)) } - copier.Copy(&subsidyTmp, &subsidyTmpDs) + copier.Copy(&subsidyTmp, &subsidyTmpWineryAdv) opt.UserRate = subsidyTmp return opt, nil