From 72ce25c9c0a03c9279248dc473dbe3497b2d97dc Mon Sep 17 00:00:00 2001
From: zhanzhiqin <895896009@qq.com>
Date: 星期四, 28 四月 2022 14:54:09 +0800
Subject: [PATCH] fix
---
dao/src/main/resources/mapper/LightMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dao/src/main/resources/mapper/LightMapper.xml b/dao/src/main/resources/mapper/LightMapper.xml
index 93770f4..d8190e5 100644
--- a/dao/src/main/resources/mapper/LightMapper.xml
+++ b/dao/src/main/resources/mapper/LightMapper.xml
@@ -8,6 +8,7 @@
<id property="lightId" column="light_id" jdbcType="BIGINT"/>
<result property="deviceCode" column="device_code" jdbcType="VARCHAR"/>
<result property="remark" column="remark" jdbcType="VARCHAR"/>
+ <result property="lighCount" column="light_count" jdbcType="INTEGER"/>
<result property="lightPercent" column="light_percent" jdbcType="INTEGER"/>
<result property="light2Percent" column="light2_percent" jdbcType="INTEGER"/>
<result property="power1" column="power1" jdbcType="INTEGER"/>
--
Gitblit v1.9.3