beta
This commit is contained in:
@@ -1808,6 +1808,8 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
fmt.Println("statusList2", utils.Format4Output(statusList2, false))
|
||||||
|
|
||||||
if len(priceList) > 0 {
|
if len(priceList) > 0 {
|
||||||
// for k, v := range priceList {
|
// for k, v := range priceList {
|
||||||
// handler.UpdateStoreSkusPrice(ctx, vendorOrgCode, 0, k, v)
|
// handler.UpdateStoreSkusPrice(ctx, vendorOrgCode, 0, k, v)
|
||||||
@@ -1819,7 +1821,6 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
|||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
if len(statusList2) > 0 {
|
if len(statusList2) > 0 {
|
||||||
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user