rochester 递增量为1

parent 5651d777
Showing with 4 additions and 0 deletions
......@@ -180,6 +180,10 @@ func InitSkuData(sku string) (data LySku) {
data.Multiple = mpq
}
}
//todo 2023.5.6 如果是rochester ,递增量为1
if supplierId == 3 {
data.Multiple = 1
}
stock := gjson.Get(sku, "stock").Int()
data.Stock = stock
......
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