平台修改意见20251120-设备点位匹配解析;上传点位清单修改;

This commit is contained in:
zq
2025-12-05 08:46:19 +08:00
parent c068e7d4ab
commit 3735c4f4d8
28 changed files with 2441 additions and 452 deletions

View File

@ -100,4 +100,9 @@
from ems_mqtt_topic_config
where mqtt_topic = #{strategyTopic}
</select>
<select id="selectOneByTopic" parameterType="String" resultMap="EmsMqttTopicConfigResult">
<include refid="selectEmsMqttTopicConfigVo"/>
where mqtt_topic = #{topic}
</select>
</mapper>