From afa3bc1e2f39f66f59ee9b15d6af16593acdc9a4 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期六, 02 十二月 2023 10:38:27 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/ContractMapper.xml b/src/main/resources/mapper/ContractMapper.xml
index ce0f449..1062e68 100644
--- a/src/main/resources/mapper/ContractMapper.xml
+++ b/src/main/resources/mapper/ContractMapper.xml
@@ -29,6 +29,9 @@
         <result column="boss" property="boss" />
         <result column="serial" property="serial" />
         <result column="dept_id" property="deptId" />
+        <result column="settle" property="settle" />
+        <result column="settle_msg" property="settleMsg" />
+        <result column="host_id" property="hostId" />
 
     </resultMap>
 

--
Gitblit v1.9.1