From 40521d51f8c083212ceb1710ab0bea570821d063 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 04 十二月 2023 09:25:43 +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