增加大屏预警接口
This commit is contained in:
parent
f7ca5407c6
commit
63873acf60
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue