门磁模块开发

websocket模块优化
This commit is contained in:
2026-04-13 17:45:03 +08:00
parent 897bb2ffb3
commit 7210c13ae1
23 changed files with 998 additions and 447 deletions

View File

@@ -135,4 +135,12 @@
</foreach>
</delete>
<select id="selectByDeptId" resultMap="MqttTopicConfigResult">
<include refid="selectMqttTopicConfigVo"/>
where dept_id = #{deptId}
and status = '0'
and is_delete = '0'
limit 1
</select>
</mapper>