From e9d31f3010e1c1734f388c41811998dc28085664 Mon Sep 17 00:00:00 2001 From: wenhui <1455474577@qq.com> Date: Thu, 10 Mar 2022 14:02:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=8C=E7=BB=B4=E7=A0=81ex?= =?UTF-8?q?cel=E8=AF=A6=E6=83=85=E5=B1=95=E7=A4=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/XhpcDownCodeMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcDownCodeMapper.xml b/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcDownCodeMapper.xml index 4bc26fbe..5d641861 100644 --- a/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcDownCodeMapper.xml +++ b/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcDownCodeMapper.xml @@ -67,6 +67,7 @@ AND station.del_flag = 0 WHERE terminal.charging_station_id = #{stationId} AND terminal.del_flag = 0 + ORDER BY terminal.serial_number ASC