From 6acafb1894060d8c3c4b9f6b6c238e2aaa0ccd2c Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Fri, 09 Jul 2021 09:46:43 +0800
Subject: [PATCH] 设备状态判断update

---
 screen-api/src/main/resources/mapper/GroupMapper.xml |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/screen-api/src/main/resources/mapper/GroupMapper.xml b/screen-api/src/main/resources/mapper/GroupMapper.xml
index 9fbdc8d..e54c082 100644
--- a/screen-api/src/main/resources/mapper/GroupMapper.xml
+++ b/screen-api/src/main/resources/mapper/GroupMapper.xml
@@ -12,11 +12,6 @@
         <result column="is_delete" property="isDelete"/>
     </resultMap>
 
-    <resultMap id="GroupResultMap" type="java.util.LinkedHashMap">
-        <id column="id" property="id"/>
-        <result column="group_name" property="groupName"/>
-    </resultMap>
-
     <select id="selectUserGroup" resultMap="BaseResultMap">
         SELECT g.id,g.group_name
         FROM `group` g,`user_group` ug

--
Gitblit v1.8.0