zxz 4 سال پیش
والد
کامیت
e06a50ef5f
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/TranProcessInfoMapper.xml

+ 2 - 2
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/TranProcessInfoMapper.xml

@@ -51,7 +51,7 @@
             OR lower(p.receiver) like lower(CONCAT('%',#{searchKeyWord},'%'))
             OR lower(p.process_no) like lower(CONCAT('%',#{searchKeyWord},'%')))
         </if>
-        ORDER BY t.status,t.update_date DESC
+        ORDER BY t.status DESC,t.update_date DESC
     </select>
 
     <!-- 汽运调度列表查询 -->
@@ -119,7 +119,7 @@
             OR lower(p.receiver) like lower(CONCAT('%',#{searchKeyWord},'%'))
             OR lower(p.process_no) like lower(CONCAT('%',#{searchKeyWord},'%')))
         </if>
-        ORDER BY p.process_status,p.update_date DESC
+        ORDER BY p.process_status DESC,p.update_date DESC
     </select>
 
 </mapper>