修改topic订阅发布问题

This commit is contained in:
2025-08-12 16:18:17 +08:00
parent 8e3aac4cea
commit 584ad2e6e4
8 changed files with 75 additions and 19 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ho.filecenter.mapper.MqttTopicMapper">
<select id="getSnList" resultType="java.lang.String">
select topic from mqtt_topic
</select>
</mapper>