diff --git a/src/main/resources/mapper/wms/WmsPrintMapper.xml b/src/main/resources/mapper/wms/WmsPrintMapper.xml index 2d8fafb..71fd1ca 100644 --- a/src/main/resources/mapper/wms/WmsPrintMapper.xml +++ b/src/main/resources/mapper/wms/WmsPrintMapper.xml @@ -260,7 +260,7 @@ and a.batch_no like '%'+ #{query.batchNo}+'%' - order by a.first_in_date + order by a.first_in_date, a.site, a.bu_no, a.roll_no