Commit 67a344f0 by huangchengyi

1.0

parent 8b09661f
Showing with 1 additions and 1 deletions
......@@ -121,7 +121,7 @@ func (a *ZyCronService) ZyDiscount(checkGoodsId string) {
fmt.Println(info)
//不参与系数的商品
if info["goods_id"] != "" {
if php2go.Stripos(info["goods_id"],","+now_goods_id+",",0) == -1 {
if php2go.Stripos(info["goods_id"],","+now_goods_id+",",0) > -1 {
fmt.Println("1001 本商品不参与系数"+now_goods_id)
continue;
}
......
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