Showing
1 changed file
with
1 additions
and
0 deletions
| ... | ... | @@ -111,6 +111,7 @@ |
| 111 | 111 | AND tb.ordering_unit_name LIKE CONCAT('%', #{vo.orderingUnitName}, '%') |
| 112 | 112 | </if> |
| 113 | 113 | </where> |
| 114 | + ORDER BY tb.shipment_date DESC | |
| 114 | 115 | </select> |
| 115 | 116 | |
| 116 | 117 | <select id="getShipmentDetailInfo" resultType="com.lframework.xingyun.sc.entity.ShipmentDetailStatistics"> | ... | ... |