This commit is contained in:
苏尹岚
2020-11-12 13:53:05 +08:00
parent 61d417c5d0
commit 12bca0fa70

View File

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