This commit is contained in:
苏尹岚
2021-02-22 15:07:06 +08:00
parent 2773d5c9ca
commit 24262256e5

View File

@@ -351,7 +351,11 @@ func onUpdateThing(ctx *jxcontext.Context, db *dao.DaoDB, vendorInfoList []*mode
updateThingMapEntity(db, thingMap)
} else {
errList.AddErr(err2)
if dao.IsNoRowsError(err2) {
err2 = nil
} else {
errList.AddErr(err2)
}
}
}
err = errList.GetErrListAsOne()