From e97baae8d112699a5b97afb4e39eef9c5714c808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 12 Mar 2021 15:57:29 +0800 Subject: [PATCH] aa --- business/jxstore/cms/sync2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/sync2.go b/business/jxstore/cms/sync2.go index 171e0b0e0..98f4cf34b 100644 --- a/business/jxstore/cms/sync2.go +++ b/business/jxstore/cms/sync2.go @@ -604,7 +604,7 @@ func amendAndPruneVendorStuff(ctx *jxcontext.Context, parentTask tasksch.ITask, } } getSyncFlagCat := func(categoryID int) int8 { - if vendorCatMap[categoryID] != nil { + if vendorCatMap[categoryID] != nil || vendorOrgCodes[0].IsJxCat == model.NO { return model.SyncFlagNewMask } return 0