From 6fae8bed3321996325927f5423d8df670a895aaa Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 17 十月 2022 22:58:33 +0800
Subject: [PATCH] 部门bug修改

---
 ycl-common/src/main/resources/mapper/depart/DepartManagerMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ycl-common/src/main/resources/mapper/depart/DepartManagerMapper.xml b/ycl-common/src/main/resources/mapper/depart/DepartManagerMapper.xml
index 1b425d7..167d2db 100644
--- a/ycl-common/src/main/resources/mapper/depart/DepartManagerMapper.xml
+++ b/ycl-common/src/main/resources/mapper/depart/DepartManagerMapper.xml
@@ -9,7 +9,7 @@
         <result column="depart_id" property="departId" />
         <result column="create_time" property="createTime" />
         <result column="update_time" property="updateTime" />
-        <result column="is_leader" property="isLeader" />
+        <result column="is_leader" property="leader" />
     </resultMap>
 
     <!-- 閫氱敤鏌ヨ缁撴灉鍒� -->

--
Gitblit v1.8.0