|
@@ -218,7 +218,7 @@ public class OriginalTask {
|
|
|
+ "proc_unit,proc_dept,order_ship,"
|
|
|
+ "question_type,order_level,duty_dept,archive_time,order_oper_man,date_format(pause_time, '%Y-%m-%d %T') as pause_time"
|
|
|
+ "pause_cause,check_level,service_channel,p_return_cause,"
|
|
|
- + "extend_1,extend_2,extend_3 "
|
|
|
+ + "extend_1,extend_2,extend_3,superior_unit "
|
|
|
+ "from order_info "
|
|
|
+ "where date_format(order_oper_time, '%Y-%m-%d')=? "
|
|
|
+ "ORDER BY row_id DESC "
|
|
@@ -271,7 +271,7 @@ public class OriginalTask {
|
|
|
//业务子类 及 三级分类
|
|
|
params1.add(map.get("bus_sub_level"));
|
|
|
//上级单位 ---
|
|
|
- params1.add("");
|
|
|
+ params1.add(map.get("superior_unit"));
|
|
|
//供电单位
|
|
|
params1.add(map.get("power_supply_unit"));
|
|
|
//抄表段
|