Browse Source

feat: ignore order by

shc 4 months ago
parent
commit
991e9e2f14

+ 0 - 3
hnqz-upms/hnqz-upms-biz/src/main/resources/mapper/WmTaskMapper.xml

@@ -1404,7 +1404,6 @@
         #{id}
       </foreach>
     </if>
-    ORDER BY c.create_time1
   </select>
 
   <select id="listAvailableTaskForSupervision1" resultMap="wmTaskMap">
@@ -1414,7 +1413,6 @@
                 FROM sys_chain_node_check_his h
                 WHERE h.node_id = 6
                   AND h.check_result = 1
-                ORDER BY h.create_time1
                 ) c ON c.target_id = t.id
     <where>
       t.task_status = '3'
@@ -1441,7 +1439,6 @@
                 FROM sys_chain_node_check_his h
                 WHERE h.node_id = 6
                   AND h.check_result = 1
-                ORDER BY h.create_time1
                 ) c ON c.target_id = t.id
     <where>
       t.task_status = '3'