From f2cbe98fb45299b0fb34cc7d84d78c024f46d59f Mon Sep 17 00:00:00 2001 From: panshuling321 Date: Fri, 13 May 2022 15:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E5=8D=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8=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/XhpcWorkOrderMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcWorkOrderMapper.xml b/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcWorkOrderMapper.xml index 6a59341e..a11d6a26 100644 --- a/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcWorkOrderMapper.xml +++ b/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcWorkOrderMapper.xml @@ -76,6 +76,7 @@ and o.tenant_id = #{params.tenantId} GROUP BY o.work_order_id + ORDER BY o.status ASC