diff --git a/business/partner/purchase/jdshop/store_sku.go b/business/partner/purchase/jdshop/store_sku.go index 0f68ddc79..fca432b97 100644 --- a/business/partner/purchase/jdshop/store_sku.go +++ b/business/partner/purchase/jdshop/store_sku.go @@ -312,15 +312,15 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j CategoryID: int(storeSku.VendorVendorCatID), BrandID: jdshopapi.JxBrandId, // TransportID: jdshopapi.TransportID, - WareStatus: 8, //上架待审核 - OuterID: utils.Int2Str(storeSku.NameID), - VenderID: 0, - Length: 100, - Width: 100, - Height: 100, - Weight: 0.5, - JdPrice: jxutils.IntPrice2Standard(storeSku.UnitPrice), - MarketPrice: jxutils.IntPrice2Standard(storeSku.UnitPrice), + WareStatus: 8, //上架待审核 + OuterID: utils.Int2Str(storeSku.NameID), + VenderID: 0, + Length: 100, + Width: 100, + Height: 100, + Weight: 0.5, + // JdPrice: jxutils.IntPrice2Standard(storeSku.UnitPrice), + // MarketPrice: jxutils.IntPrice2Standard(storeSku.UnitPrice), } //上传京东图片