Commit 36256bf5 authored by yangyang's avatar yangyang

ICBC 人大金仓 SQL 兼容

parent c4852fb9
......@@ -385,7 +385,7 @@
<if test="dto.amosCompanyCode!=null">
and hygf_jp_station.amos_company_code =#{dto.amosCompanyCode}
</if>
and hygf_jp_station.`state` is not null and hygf_jp_station.`state` in ("在线","报警","离线")
and hygf_jp_station.`state` is not null and hygf_jp_station.`state` in ('在线','报警','离线')
GROUP BY state
</where>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment