Commit a6b76238 by mushishixian

去除调试代码

parent b6fc36a2
Showing with 0 additions and 2 deletions
......@@ -157,8 +157,6 @@ func (as *ActivityService) GetPriceActivity(checkData model.ActivityCheckData, a
} else if checkData.SupplierId == 10000 {
//自营活动特殊判断
//判断活动指定的渠道编码,品牌,分类id,如果都为空,那么这个活动可以理解为整个供应商了,上面的排除已经会提前去判断了
fmt.Println(activity.BrandIds)
fmt.Println(activity.ClassIds)
if activity.BrandIds == "" && activity.ClassIds == "" {
hasActivity = true
goto INFO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment