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