Commit 09d2e346 authored by yangyang's avatar yangyang

fixed 施工派工工单分页查询排序问题

parent 700191f8
......@@ -110,9 +110,10 @@
</if>
ORDER BY
FIELD(hygf_work_order_power_station.power_station_construction_status, '待施工', '施工中', '待登记', '登记中', '待审核', '审核中', '未通过', '已完工'),
hygf_power_station_engineering_info.completion_date DESC,
FIELD(hygf_work_order_power_station.power_station_construction_status, '待施工', '施工中', '待登记', '登记中', '待审核', '审核中', '未通过', '已完工')
hygf_work_order_power_station.rec_date DESC
</where>
</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