Commit e87a3904 authored by KeYong's avatar KeYong

修改bug

parent 570d060a
...@@ -52,10 +52,10 @@ ...@@ -52,10 +52,10 @@
AND hbga.grid_status IN ('2', '3', '4') AND hbga.grid_status IN ('2', '3', '4')
</if> </if>
<if test="map.projectAddress != null and map.projectAddress!=''"> <if test="map.projectAddress != null and map.projectAddress!=''">
AND hph.project_address LIKE concat(concat("%", #{map.projectAddress}), "%") AND hph.project_address_name LIKE concat(concat("%", #{map.projectAddress}), "%")
</if> </if>
<if test="map.powerStationCode != null and map.powerStationCode !=''"> <if test="map.powerStationCode != null and map.powerStationCode !=''">
AND hps.power_station_code LIKE concat(concat("%", #{map.powerStationCode}), "%") AND hph.peasant_household_no LIKE concat(concat("%", #{map.powerStationCode}), "%")
</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