beta
This commit is contained in:
@@ -1819,14 +1819,13 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
|||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
if len(statusList2) > 0 {
|
if len(statusList2) > 0 {
|
||||||
fmt.Println("priceList", utils.Format4Output(priceList, false))
|
fmt.Println("statusList2", utils.Format4Output(statusList2, false))
|
||||||
|
|
||||||
// for k, v := range statusList2 {
|
// for k, v := range statusList2 {
|
||||||
// handler.UpdateStoreSkusStatus(ctx, vendorOrgCode, 0, k, v, v[0].Status)
|
// handler.UpdateStoreSkusStatus(ctx, vendorOrgCode, 0, k, v, v[0].Status)
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
if len(stockList) > 0 {
|
if len(stockList) > 0 {
|
||||||
fmt.Println("stockList", utils.Format4Output(stockList, false))
|
|
||||||
// for k, v := range stockList {
|
// for k, v := range stockList {
|
||||||
// handler.UpdateStoreSkusStock(ctx, vendorOrgCode, 0, k, v)
|
// handler.UpdateStoreSkusStock(ctx, vendorOrgCode, 0, k, v)
|
||||||
// }
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user