Commit 011f9c21 authored by chenzhao's avatar chenzhao

并网修改

parent ecae61de
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
or hbga.power_station_area_status is not null or hbga.power_station_area_status is not null
or hbga.power_station_design_status is not null or hbga.power_station_design_status is not null
or hbga.power_station_engineering_status is not null or hbga.power_station_engineering_status is not null
) ) and hbga.basic_grid_node != 'jxsAdmin'
</if> </if>
<if test="map.ownersName != null and map.ownersName !=''"> <if test="map.ownersName != null and map.ownersName !=''">
AND hph.owners_name LIKE concat(concat('%', #{map.ownersName}), '%') AND hph.owners_name LIKE concat(concat('%', #{map.ownersName}), '%')
......
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