From 5bdba4f712b203db5acdd981922a5bc1706b29ff Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期一, 11 九月 2023 19:15:43 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/ContractMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/ContractMapper.xml b/src/main/resources/mapper/ContractMapper.xml
index 5b93ae4..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" />
@@ -28,6 +28,7 @@
         <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