递增量

parent 796fd5f3
Showing with 1 additions and 1 deletions
......@@ -170,7 +170,7 @@ func InitSkuData(sku string) (data LySku) {
data.Mpq = mpq
//递增量
Multiple := gjson.Get(sku, "Multiple").Int()
Multiple := gjson.Get(sku, "multiple").Int()
if Multiple > 0 {
data.Multiple = Multiple
} else {
......
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