Commit 700191f8 authored by yangyang's avatar yangyang

fixed 施工派工工单分页查询

parent da504353
......@@ -66,11 +66,6 @@
LEFT JOIN hygf_peasant_household on hygf_peasant_household.sequence_nbr=hygf_work_order_power_station.peasant_household_id
LEFT JOIN hygf_power_station_engineering_info on hygf_power_station_engineering_info.work_order_power_station_id=hygf_work_order_power_station.sequence_nbr
ORDER BY
FIELD(hygf_work_order_power_station.power_station_construction_status, '待登记', '待审核', '已完成'),
hygf_power_station_engineering_info.completion_date DESC
<where>
<if test="dto.workOrderId!=null and dto.workOrderId!=''">
......
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