From da61b3027641d5e5c3ab74a28e4ffc9044c09681 Mon Sep 17 00:00:00 2001 From: zelian_wu Date: Thu, 18 Jan 2024 09:54:54 +0800 Subject: [PATCH] =?UTF-8?q?2024-1-18=20=E6=B5=8B=E8=AF=95=E7=AE=A1?= =?UTF-8?q?=E7=90=86=EF=BC=8C=E6=89=93=E6=A0=B7=E7=AE=A1=E7=90=86=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/proofing/ProofingInformationMapper.xml | 1 + src/main/resources/mapper/test/TestInformationMapper.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/resources/mapper/proofing/ProofingInformationMapper.xml b/src/main/resources/mapper/proofing/ProofingInformationMapper.xml index e031be53..e633438e 100644 --- a/src/main/resources/mapper/proofing/ProofingInformationMapper.xml +++ b/src/main/resources/mapper/proofing/ProofingInformationMapper.xml @@ -84,6 +84,7 @@ AND #{query.endDate} >= required_delivery_date + order by proofing_no desc diff --git a/src/main/resources/mapper/test/TestInformationMapper.xml b/src/main/resources/mapper/test/TestInformationMapper.xml index 52bb5f45..3e979951 100644 --- a/src/main/resources/mapper/test/TestInformationMapper.xml +++ b/src/main/resources/mapper/test/TestInformationMapper.xml @@ -84,6 +84,7 @@ AND #{query.endDate} >= required_delivery_date + order by test_no desc