From db070ecf27c6df1e9f7db15678d4eccab25ef39a Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Thu, 29 Jul 2021 10:25:47 +0800 Subject: [PATCH] screen-api 字典类型以及字典数据添加日志功能 --- screen-api/src/main/resources/mapper/GroupMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/screen-api/src/main/resources/mapper/GroupMapper.xml b/screen-api/src/main/resources/mapper/GroupMapper.xml index 36edc9d..e54c082 100644 --- a/screen-api/src/main/resources/mapper/GroupMapper.xml +++ b/screen-api/src/main/resources/mapper/GroupMapper.xml @@ -12,7 +12,7 @@ <result column="is_delete" property="isDelete"/> </resultMap> - <select id="selectUserGroup" resultMap="GroupResultMap"> + <select id="selectUserGroup" resultMap="BaseResultMap"> SELECT g.id,g.group_name FROM `group` g,`user_group` ug WHERE ug.user_id = #{userId} -- Gitblit v1.8.0