This commit is contained in:
苏尹岚
2020-11-12 13:40:10 +08:00
parent b63a12d9d7
commit 61d417c5d0

View File

@@ -1809,12 +1809,12 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
}
}
if len(priceList) > 0 {
fmt.Println("priceList", utils.Format4Output(priceList, false))
// for k, v := range priceList {
// handler.UpdateStoreSkusPrice(ctx, vendorOrgCode, 0, k, v)
// }
}
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)
// }