This commit is contained in:
邹宗楠
2022-11-17 11:34:40 +08:00
parent e9638a03ad
commit baa2d6feba
2 changed files with 1 additions and 2 deletions

View File

@@ -665,6 +665,7 @@ func amendAndPruneVendorStuff(ctx *jxcontext.Context, parentTask tasksch.ITask,
return 0
}
remoteCatList, err2 := handler.GetAllCategories(ctx, vendorOrgCode)
globals.SugarLogger.Debugf("remoteCatList 2 err := %s", err2)
if err = err2; err == nil {
remoteCatMap := make(map[string]int)
cat2Delete = checkRemoteCatExist(remoteCatMap, localCatMap, remoteCatList)