门磁模块开发
websocket模块优化
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user