Commit a561afaa authored by zhangsen's avatar zhangsen

Merge remote-tracking branch 'origin/developer' into developer

parents dde55de9 248cc7c3
......@@ -28,7 +28,7 @@
<if test="dto.thirdStationId!=null">
and hygf_jp_station.third_station_id =#{dto.thirdStationId}
</if>
and hygf_jp_inverter.`state` is not null and hygf_jp_inverter.`state` in ("在线","警","离线")
and hygf_jp_inverter.`state` is not null and hygf_jp_inverter.`state` in ("在线","警","离线")
</where>
GROUP BY hygf_jp_inverter.`state`
</select>
......
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