INSERT INTO iot_entity_bim (iotEntityId,bimIntegrateId,bimId,bimType,bindType,data) VALUES (#{item.iotEntityId},#{item.bimIntegrateId},#{item.bimId},#{item.bimType},#{item.bindType},#{item.data}) update iot_entity_bim iotEntityId=#{iotEntityId}, bimId=#{bimId}, bimIntegrateId=#{bimIntegrateId}, bimType=#{bimType}, bindType=#{bindType}, data=#{data}, where id=#{id} delete FROM iot_entity_bim where id=#{id}