增加大屏预警接口

This commit is contained in:
zy 2026-03-20 16:16:09 +08:00
parent 63873acf60
commit 2767645cf6
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
</sql>
<select id="getStationName" resultType="String">
select s.STATION_NAME from surv_device_deploy t left join surv_station_info s on t.STATION_CODE = s.STATION_CODE where t.IS_DEL = 0 AND t.DEPLOY_CODE= #{DEPLOY_CODE}
select s.STATION_NAME from surv_device_deploy t left join surv_station_info s on t.STATION_CODE = s.STATION_CODE where t.IS_DEL = 0 AND t.DEPLOY_CODE= #{DEPLOY_CODE} limit 1
</select>
<select id="pages" resultMap="baseResultMap">

View File

@ -41,7 +41,7 @@
</sql>
<select id="getStationName" resultType="String">
select s.STATION_NAME from surv_device_deploy t left join surv_station_info s on t.STATION_CODE = s.STATION_CODE where t.DEPLOY_CODE= #{DEPLOY_CODE}
select s.STATION_NAME from surv_device_deploy t left join surv_station_info s on t.STATION_CODE = s.STATION_CODE where t.DEPLOY_CODE= #{DEPLOY_CODE} limit 1
</select>
<select id="pages" resultMap="baseResultMap">
select <include refid="baseSql"/>