From dd28e98209baf363e585483837c461564426061c Mon Sep 17 00:00:00 2001 From: yu Date: Mon, 2 Dec 2024 17:58:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=9C=BA=E7=9A=84=E9=A3=8E=E9=80=9F?= =?UTF-8?q?=E5=8A=9F=E7=8E=87=E4=BF=AE=E6=AD=A3=E7=B3=BB=E6=95=B0=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4=E7=95=8C=E9=9D=A2=E4=BF=AE=E6=94=B9;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/das/modules/page/domian/vo/SysPowerCurveFactorVo.java | 2 +- das/src/main/resources/mapper/SysPowerCurveFactorMapper.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/das/src/main/java/com/das/modules/page/domian/vo/SysPowerCurveFactorVo.java b/das/src/main/java/com/das/modules/page/domian/vo/SysPowerCurveFactorVo.java index c8148e75..8331d82f 100644 --- a/das/src/main/java/com/das/modules/page/domian/vo/SysPowerCurveFactorVo.java +++ b/das/src/main/java/com/das/modules/page/domian/vo/SysPowerCurveFactorVo.java @@ -5,7 +5,7 @@ import lombok.Data; @Data public class SysPowerCurveFactorVo { - private Long id; + private String id; private Long turbineId; diff --git a/das/src/main/resources/mapper/SysPowerCurveFactorMapper.xml b/das/src/main/resources/mapper/SysPowerCurveFactorMapper.xml index ef20551d..4a3c1da9 100644 --- a/das/src/main/resources/mapper/SysPowerCurveFactorMapper.xml +++ b/das/src/main/resources/mapper/SysPowerCurveFactorMapper.xml @@ -24,6 +24,7 @@ and t.turbine_id = #{info.turbineId} + order by sq.name asc