Commit d02986b3 authored by wujiang's avatar wujiang

修改现实问题

parent a457d015
...@@ -116,10 +116,10 @@ ...@@ -116,10 +116,10 @@
and newHcr.firstConstructionDate <= #{dto.endTime} and newHcr.firstConstructionDate <= #{dto.endTime}
</if> </if>
<if test=' dto.type!=null and dto.type == "1"'> <if test=' dto.type!=null and dto.type == "1"'>
and hygf_work_order_power_station.power_station_construction_status in ('待登记','未通过','已完工','经销商工程待审核') and hygf_work_order_power_station.power_station_construction_status in ('待登记','未通过','已完工','经销商工程待审核','片区运营待审核','设计待审核','工程待审核')
</if> </if>
<if test=' dto.type !=null and dto.type == "2"'> <if test=' dto.type !=null and dto.type == "2"'>
and hygf_work_order_power_station.power_station_construction_status IN ( '未通过', '已完工','经销商工程待审核', '待整改', '整改中','整改待审核' ) and hygf_work_order_power_station.power_station_construction_status IN ( '未通过', '已完工','经销商工程待审核', '待整改', '整改中','整改待审核','片区运营待审核','设计待审核','工程待审核' )
</if> </if>
<if test=' dto.type !=null and dto.type == "3" and dto.workOrderPowerStationNodes !=null'> <if test=' dto.type !=null and dto.type == "3" and dto.workOrderPowerStationNodes !=null'>
and ( hygf_work_order_power_station.work_order_power_station_node is not null and ( hygf_work_order_power_station.work_order_power_station_node is not null
......
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