From 4ec4866f56f53a2f16fa61deb2446ac3567912b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=98=89=E4=BC=9F?= <1724121454@qq.com> Date: Mon, 18 Oct 2021 10:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95=E7=94=9F=E4=BA=A7=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E8=A1=A8=E6=A0=B9=E6=8D=AESFC=E3=80=81STEP=5FID?= =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anomaly/src/main/resources/mapper/ReportMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/anomaly/src/main/resources/mapper/ReportMapper.xml b/anomaly/src/main/resources/mapper/ReportMapper.xml index 748dee83..8dd8091c 100644 --- a/anomaly/src/main/resources/mapper/ReportMapper.xml +++ b/anomaly/src/main/resources/mapper/ReportMapper.xml @@ -537,5 +537,6 @@ AND zsd.PLANNED_COMP_DATE <= TO_DATE(#{endDateTime}|| '15:59:59','YYYY-MM-DD HH24:MI:SS') + ORDER BY zsd.SFC,zsd.STEP_ID \ No newline at end of file