Commit 5e9cf015 by wang

Merge branch 'master' of http://119.23.72.7/q578953158/go_sku_server into master

parents c9fcb4a4 73bfc670
Showing with 6 additions and 1 deletions
......@@ -229,7 +229,12 @@ End: //最终执行
A.Set("ladder_price",ladderType)
A.Set("ratio",ratio)
A.Set("ac_type",Actype)
A.Set("ac_type",Actype)
if gjson.Get(GoodsActivityPrice,"activity_type").Int() == 2 {
A.Set("ac_type",8)
}
allow_coupon := gjson.Get(GoodsActivityPrice,"allow_coupon").Int()
if gjson.Get(GoodsActivityPrice,"allow_coupon").Int() == 0 {
allow_coupon = 1
......
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