提交增加运维管理

This commit is contained in:
LEED
2025-04-29 22:30:18 +08:00
parent 4201690d93
commit 360b630306
98 changed files with 6300 additions and 45 deletions

View File

@@ -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