From 9d504ae4e689f0f373ff5dfd1164c8a446cba1d5 Mon Sep 17 00:00:00 2001
From: "15989082884@163.com" <15989082884@163.com>
Date: Tue, 1 Aug 2023 10:28:17 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B8=A0=E9=81=93=E6=B7=BB=E5=8A=A0=E5=AD=97?=
=?UTF-8?q?=E6=AE=B5=E6=80=BB=E5=85=AC=E5=8F=B8=E6=B8=A0=E9=81=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/mapper/bms/BmsChannelMapper.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/main/resources/mapper/bms/BmsChannelMapper.xml b/src/main/resources/mapper/bms/BmsChannelMapper.xml
index f735c010..2838b94d 100644
--- a/src/main/resources/mapper/bms/BmsChannelMapper.xml
+++ b/src/main/resources/mapper/bms/BmsChannelMapper.xml
@@ -9,6 +9,7 @@
+
@@ -24,6 +25,7 @@
bms_channel.`channel_code`,
bms_channel.`channel_name`,
bms_channel.`channel_type`,
+ bms_channel.`head_channel`,
bms_channel.`remark`,
bms_channel.`create_time`,
bms_channel.`update_time`,