Commit a7bdcc9e by mushishixian

Merge branch 'ysx-专营商品构建阶梯价-20230612' into dev

parents 0618a067 6e11526b
Showing with 1 additions and 1 deletions
......@@ -199,7 +199,7 @@ func (ls *LyService) GetCoefficientAndPrice(sku model.LySku) model.LySku {
if ladderPrice[0].PriceCostUs == 0 && ladderPrice[0].PriceCostCn == 0 {
var priceService PriceService
ladderPrice = priceService.GenerateLadderPrice(sku)
sku.Original = ladderPrice
//sku.Original = ladderPrice
} else {
fmt.Println("不走成本价生成")
}
......
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