This commit is contained in:
邹宗楠
2023-09-22 11:07:09 +08:00
parent a60e9feb08
commit 76197d7cf0

View File

@@ -64,7 +64,7 @@ func CopyOnStoreSkuToOther(ctx *jxcontext.Context, fromVendorStoreId, toStoreId
for _, c := range v.Children {
globals.SugarLogger.Debugf("==Children : %s", utils.Format4Output(c, false))
if err := toApi.RetailCatUpdate(toStore.VendorStoreID, c.Name, &mtwmapi.Param4UpdateCat{
CategoryNameOrigin: v.Name,
//CategoryNameOrigin: v.Name,
//CategoryCodeOrigin: v.Code,
//CategoryCode: v.Code,
SecondaryCategoryCode: c.Code,