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)