This commit is contained in:
邹宗楠
2024-01-26 16:31:06 +08:00
parent 58bc3ba38a
commit dbe0a36cb5

View File

@@ -79,7 +79,7 @@ func CopyEBaiToEBai(ctx *jxcontext.Context, fromStore, toStore *dao.StoreDetail,
globals.SugarLogger.Debugf("err := RetailCatUpdate Children : %v", err)
continue
}
VendorCategoryIDMap[v.CategoryID] = childrenCateId
VendorCategoryIDMap[c.CategoryID] = childrenCateId
}
}
}