平台修改意见20251120-设备点位匹配解析;上传点位清单修改;
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user