Browse Source

Merge branch 'master' of http://114.135.61.188:53000/UIMS/Code

wangbo 4 years ago
parent
commit
1184e0faa6

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

@@ -485,7 +485,7 @@
     select id,plan_id,plan_date,task_area_name,task_type,create_by,update_by,task_content,plan_status
     from sc_plan_manage
     where find_in_set(#{userId},current_users) and tenant_id = #{tenantId}
-    order by send_time
+    order by send_time desc
   </select>
   <select id="selectAppAll" resultMap="BaseResultMap">
     select id,task_no,send_time,address,order_type_id,current_task_name,create_by,update_by,task_desc,order_status
@@ -499,7 +499,7 @@
     where (find_in_set(#{userId},current_users)
      or id in(select flow_id from sc_work_flow_log where flow_type=1 and find_in_set(#{userId},handle_user_id)))
      and tenant_id = #{tenantId}
-    order by send_time
+    order by send_time desc
   </select>
   <select id="selectOrderDetail" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
     select t1.*,t2.flow_detail