Merge branch 'jdshop' of https://e.coding.net/rosydev/jx-callback into jdshop

This commit is contained in:
richboo111
2022-12-27 15:25:51 +08:00
3 changed files with 25 additions and 11 deletions

View File

@@ -37,6 +37,9 @@ func CreateThingMap(thingId int64, vendorThingID, appOrgCode, err string, thingT
Remark: err,
SyncStatus: syncStatus,
}
if thingMap.VendorThingID == "" {
return nil
}
WrapAddIDCULDEntity(thingMap, "jxadmin")
return CreateEntity(GetDB(), thingMap)