diff --git a/nflg-wms-repository/src/main/resources/mapper/WmsInventoryMapper.xml b/nflg-wms-repository/src/main/resources/mapper/WmsInventoryMapper.xml index fd173501..442f4f87 100644 --- a/nflg-wms-repository/src/main/resources/mapper/WmsInventoryMapper.xml +++ b/nflg-wms-repository/src/main/resources/mapper/WmsInventoryMapper.xml @@ -28,7 +28,7 @@ AND i.detection_results = #{request.detectionResults} - order by i.id desc + order by i.material_no,i.factory_no,i.warehouse_no,i.bin_location,i.batch_no