From af45ed3350da14942484f82f7409b1ca081e7b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 1 Mar 2021 17:10:38 +0800 Subject: [PATCH] aa --- business/jxstore/cms/sync2.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/sync2.go b/business/jxstore/cms/sync2.go index dde1eea01..906193066 100644 --- a/business/jxstore/cms/sync2.go +++ b/business/jxstore/cms/sync2.go @@ -352,6 +352,7 @@ func onUpdateThing(ctx *jxcontext.Context, db *dao.DaoDB, vendorInfoList []*mode updateThingMapEntity(db, thingMap) } else { if dao.IsNoRowsError(err2) { + OnCreateThing(ctx, db, vendorInfoList, thingID, thingType, model.SyncFlagNewMask, true) err2 = nil } else { errList.AddErr(err2)