From 8f66aa7785d8cc0bf1e642f638a7f1d8c67a5f69 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期五, 18 十一月 2022 17:16:54 +0800
Subject: [PATCH] 上传处置驳回
---
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