Commit 6e11526b by mushishixian

成本

parent bffa45a8
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