Commit db161c47 by 杨树贤

优化判断

parent cd7e8d90
Showing with 1 additions and 0 deletions
......@@ -584,6 +584,7 @@ func (ls *LyService) GetTariffAndPrice(sku model.LySku) model.LySku {
}
//先判断供应商对不对
if !c.CheckIntSliceContains(int(sku.SupplierId), usSupplierIdList) {
sku.Coo = ""
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