This commit is contained in:
邹宗楠
2022-11-03 10:14:39 +08:00
parent cf0d209194
commit 003a0cd119
2 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,6 @@ func SyncStoreCategories(ctx *jxcontext.Context, parentTask tasksch.ITask, vendo
// }
}
} else if model.IsSyncStatusUpdate(catInfo.CatSyncStatus) { // 修改 1
globals.SugarLogger.Debugf("=====修改ebai分类:===%s,", utils.Format4Output(catInfo, false))
err = handler.UpdateStoreCategory(ctx, storeID, vendorStoreID, catInfo)
if err == nil {
updateFields = append(updateFields, idFieldName)