From a3fa060d75f3d7a3baa12c4475f5ce14e3ee03f0 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Thu, 8 Sep 2022 17:47:20 +0800 Subject: [PATCH] =?UTF-8?q?add=20reverse:for=20v3.1.1=20=E7=9B=B4=E6=8E=A8?= =?UTF-8?q?=E5=A5=96=E5=8A=B1=E5=88=B6=E5=BA=A6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svc/extend_price_reward.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svc/extend_price_reward.go b/svc/extend_price_reward.go index 5d8bf3a..c30f5a3 100644 --- a/svc/extend_price_reward.go +++ b/svc/extend_price_reward.go @@ -59,7 +59,7 @@ func ExtendPriceReward(eg *xorm.Engine, param map[string]string, cfg *comm_plan. count++ var isTrue = false //如果等级一致 或是代理费分佣 判断位置 - if (zhios_order_relate_utils.StrToInt(param["level"]) == parentUser.Level && param["source"] == "mall_goods_extend_price") || param["source"] == "regional_agent_pay" { + if param["source"] == "mall_goods_extend_price" || param["source"] == "regional_agent_pay" { isTrue = true } var extendReward = make(map[string]string)