Commit 248cc7c3 authored by tangwei's avatar tangwei

修改sql参数

parent 7c1f7b7c
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<if test="dto.thirdStationId!=null"> <if test="dto.thirdStationId!=null">
and hygf_jp_station.third_station_id =#{dto.thirdStationId} and hygf_jp_station.third_station_id =#{dto.thirdStationId}
</if> </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> </where>
GROUP BY hygf_jp_inverter.`state` GROUP BY hygf_jp_inverter.`state`
</select> </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