Commit c4356e00 by mushishixian

debug

parent a3284d42
Showing with 4 additions and 0 deletions
...@@ -113,6 +113,10 @@ func (ls *LyService) GetActivityPrice(sku model.LySku, suffix string, power Powe ...@@ -113,6 +113,10 @@ func (ls *LyService) GetActivityPrice(sku model.LySku, suffix string, power Powe
default: default:
//除了新客价和折扣价,剩下的价格活动 //除了新客价和折扣价,剩下的价格活动
if len(brandIds) > 0 { if len(brandIds) > 0 {
contentSlice = append(contentSlice, "品牌id")
contentSlice = append(contentSlice, sku.BrandId)
contentSlice = append(contentSlice, brandIds)
sku.Content = contentSlice
if !php2go.InArray(sku.BrandId, brandIds) { if !php2go.InArray(sku.BrandId, brandIds) {
contentSlice = append(contentSlice, "活动状态错误") contentSlice = append(contentSlice, "活动状态错误")
sku.Content = contentSlice sku.Content = contentSlice
......
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