Commit 7b743eec05161fff3613850862ca4bd0a90c273d

Authored by yeqianyong
1 parent b2f2792b

楚江erp-发货明细报表:按发货时间降序(暂定)

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