From c1435c44014d628f7591def2e38148d78baa1f17 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 23 Jan 2026 09:38:19 +0800 Subject: [PATCH] =?UTF-8?q?2026-01-23=20=E9=94=80=E5=94=AE=E5=8F=91?= =?UTF-8?q?=E8=B4=A7=E8=A3=85=E7=AE=B1=E9=A1=B5=E9=9D=A2=EF=BC=8C=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=9F=A5=E8=A6=81=E6=B1=82=E5=8F=91=E8=B4=A7=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E4=B8=BA=E5=BD=93=E5=A4=A9=E7=9A=84=E5=8D=95=E6=8D=AE?= =?UTF-8?q?=EF=BC=8C=E4=B8=94=E4=B8=BB=E4=BF=A1=E6=81=AF=E6=8C=89=E7=85=A7?= =?UTF-8?q?=E8=A6=81=E6=B1=82=E5=8F=91=E8=B4=A7=E6=97=A5=E6=9C=9F=E5=80=92?= =?UTF-8?q?=E6=8E=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/boxManage/BoxForNotificationMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/boxManage/BoxForNotificationMapper.xml b/src/main/resources/mapper/boxManage/BoxForNotificationMapper.xml index ac7a3de..9461362 100644 --- a/src/main/resources/mapper/boxManage/BoxForNotificationMapper.xml +++ b/src/main/resources/mapper/boxManage/BoxForNotificationMapper.xml @@ -583,7 +583,7 @@ a.order_date, a.close_flag, a.out_warehouse, a.customer_order_no, a.show_in_query_flag, b.part_no, b.part_desc, b.unit, b.required_qty, b.out_warehouse, b.out_batch_no, b.order_qty, b.related_order_no, b.related_order_line_no, b.std_packing_qty, b.inspection_flag, c.CustomerAbb - ORDER BY a.created_date DESC, b.part_no + ORDER BY a.required_outbound_date DESC, b.part_no OFFSET #{query.offset} ROWS FETCH NEXT #{query.limit} ROWS ONLY