提交增加运维管理
This commit is contained in:
@@ -351,6 +351,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
where scene_model_id = #{sceneModelId}
|
||||
</update>
|
||||
|
||||
<update id="updateDeviceGuid">
|
||||
update iot_device
|
||||
set guid = #{guid,jdbcType=VARCHAR}
|
||||
where serial_number = #{serialNumber,jdbcType=VARCHAR}
|
||||
</update>
|
||||
|
||||
<update id="deleteSceneModelByGuids">
|
||||
update scene_model
|
||||
set guid = null
|
||||
|
||||
Reference in New Issue
Block a user