数据大屏去掉测试场站和安徽场站的枪状态
This commit is contained in:
parent
a38d45a52d
commit
6a56d1ef47
@ -543,7 +543,7 @@
|
||||
<select id="getTerminal" resultType="string">
|
||||
select serial_number as serialNumber
|
||||
from xhpc_terminal
|
||||
where del_flag = 0
|
||||
where del_flag = 0 and charging_station_id not in(6,7)
|
||||
<if test="tenantIdsStr!=null and tenantIdsStr!='' ">
|
||||
and find_in_set(tenant_id, #{tenantIdsStr})
|
||||
</if>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user