|
@@ -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>
|