From 8c29732feb03b61ee1e11cfbfc4fb9a50f942bd8 Mon Sep 17 00:00:00 2001 From: qinjie <463333974@qq.com> Date: Sun, 8 Dec 2024 21:43:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BE=E5=A4=87=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E6=95=B0=E6=8D=AE=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/DeviceDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/DeviceDao.xml b/src/main/resources/mapper/DeviceDao.xml index 559ee52..b88d201 100644 --- a/src/main/resources/mapper/DeviceDao.xml +++ b/src/main/resources/mapper/DeviceDao.xml @@ -73,7 +73,7 @@ select t.collection_time,t.oil_pressure,t.cas_pressure,t.pre_pressure,t.status_end_time ,t.run_mode,t.temperature,t.humidity,t.well_status,t.plug_status - ,t.solarVoltage + t.ctl_model as runMode,t.solar_voltage from ${tableName} t t.device_id = #{deviceId}