From 2f4b656c91d9410d3b0ba46d45ae6f5b900a9e76 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 31 八月 2023 12:40:04 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/ContractMapper.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/ContractMapper.xml b/src/main/resources/mapper/ContractMapper.xml
index 0dee7cc..ce0f449 100644
--- a/src/main/resources/mapper/ContractMapper.xml
+++ b/src/main/resources/mapper/ContractMapper.xml
@@ -14,7 +14,7 @@
<result column="bank_num" property="bankNum" />
<result column="create_time" property="createTime" />
<result column="update_time" property="updateTime" />
- <result column="create_by" property="createBy" />
+ <result column="user_id" property="userId" />
<result column="update_by" property="updateBy" />
<result column="filepath" property="filepath" />
<result column="city" property="city" />
@@ -27,6 +27,8 @@
<result column="status" property="status" />
<result column="memo" property="memo" />
<result column="boss" property="boss" />
+ <result column="serial" property="serial" />
+ <result column="dept_id" property="deptId" />
</resultMap>
--
Gitblit v1.9.1