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