wangbo 4 年之前
父节点
当前提交
94d4c2142a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      operation_manager/src/main/resources/mapper/order/WorkOrderManageMapper.xml

+ 1 - 1
operation_manager/src/main/resources/mapper/order/WorkOrderManageMapper.xml

@@ -792,7 +792,7 @@
   </select>
   <!--维修列表-工单情况(未派单,处理中)-->
   <select id="selectMaintainOrder" resultMap="BaseResultMap" >
-    select t1.task_no,  t1.address, t1.task_desc, t1.plan_finish_date, t1.date_create, t1.order_user_id,
+    select t1.id ,t1.task_no,  t1.address, t1.task_desc, t1.plan_finish_date, t1.date_create, t1.order_user_id,
     case when t1.order_status=0 then '未派单' when t1.order_status =1 or t1.order_status=4 then '处理中' end order_status_name,
     case when t1.event_type=1 then '运维上报' when t1.event_type=2 then '用户上报' when t1.event_type=3 then '设备告警' end  event_type_name,
     geo