chuangjian
This commit is contained in:
@@ -696,7 +696,7 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j
|
||||
LastCategoryID: int(storeSku.VendorVendorCatID),
|
||||
VenderID: jdshopapi.VendorID2,
|
||||
Length: 200,
|
||||
Wide: 200,
|
||||
Wide: 100,
|
||||
Height: 100,
|
||||
Weight: "1",
|
||||
BrandID: jdshopapi.BrandIdNO,
|
||||
@@ -994,7 +994,7 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j
|
||||
}
|
||||
if v.Status == model.SkuStatusNormal {
|
||||
sku.StockNum = 9999
|
||||
sku2.StockNum = 9999
|
||||
sku2.StockNum = 0
|
||||
} else {
|
||||
sku.StockNum = 0
|
||||
sku2.StockNum = 0
|
||||
|
||||
Reference in New Issue
Block a user