From 24f7afc0e1dc48653c41e7a29111d35ff7230f76 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期六, 25 十一月 2023 19:07:08 +0800
Subject: [PATCH] 案卷查询StateName修改

---
 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