增加大屏预警接口

This commit is contained in:
zy 2026-03-20 15:36:34 +08:00
parent f7ca5407c6
commit 63873acf60
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
</select>
<select id="getStationNameByDeployCode" resultType="String">
select t.STATION_NAME from surv_station_info t join surv_device_deploy s on s.STATION_CODE = t.STATION_CODE where s.DEPLOY_CODE = #{deplyCode} AND s.IS_DEL = 0
select t.STATION_NAME from surv_station_info t join surv_device_deploy s on s.STATION_CODE = t.STATION_CODE where s.DEPLOY_CODE = #{deplyCode} AND s.IS_DEL = 0 limit 1
</select>