This commit is contained in:
苏尹岚
2020-11-12 14:06:21 +08:00
parent d28224a1f3
commit 682cf5d233

View File

@@ -1819,14 +1819,13 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
// }
}
if len(statusList2) > 0 {
fmt.Println("priceList", utils.Format4Output(priceList, false))
fmt.Println("statusList2", utils.Format4Output(statusList2, false))
// for k, v := range statusList2 {
// handler.UpdateStoreSkusStatus(ctx, vendorOrgCode, 0, k, v, v[0].Status)
// }
}
if len(stockList) > 0 {
fmt.Println("stockList", utils.Format4Output(stockList, false))
// for k, v := range stockList {
// handler.UpdateStoreSkusStock(ctx, vendorOrgCode, 0, k, v)
// }