Commit f9cdd0fa by 杨树贤

优化

parent db161c47
Showing with 1 additions and 0 deletions
...@@ -566,6 +566,7 @@ func (ls *LyService) GetCoefficientAndPrice(sku model.LySku) model.LySku { ...@@ -566,6 +566,7 @@ func (ls *LyService) GetCoefficientAndPrice(sku model.LySku) model.LySku {
func (ls *LyService) GetTariffAndPrice(sku model.LySku) model.LySku { func (ls *LyService) GetTariffAndPrice(sku model.LySku) model.LySku {
if len(sku.LadderPrice) == 0 { if len(sku.LadderPrice) == 0 {
sku.Coo = ""
return sku return sku
} }
......
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