Commit 9a5e6eb1 by mushishixian

Merge branch 'ysx-sku服务-20201215'

parents 2c443830 6629da34
Showing with 3 additions and 3 deletions
......@@ -340,13 +340,13 @@ func (ls *LyService) GetCoefficient(sku model.LySku) model.LySku {
}
}
}
if len(data) > 0 {
sku.LadderPrice = data
}
//输出税费到前端
coefficient.Tax = tax
sku.Coefficient = coefficient
}
if len(data) > 0 {
sku.LadderPrice = data
}
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