From 093362ca4f902996aeb3586b45ebd2791a2b596f Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期一, 04 八月 2025 15:40:47 +0800
Subject: [PATCH] 20250804

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

diff --git a/src/main/resources/mapper/DictHospMapper.xml b/src/main/resources/mapper/DictHospMapper.xml
index a993c8c..ce34dba 100644
--- a/src/main/resources/mapper/DictHospMapper.xml
+++ b/src/main/resources/mapper/DictHospMapper.xml
@@ -36,6 +36,8 @@
             <result property="expirationTime" column="expiration_time" jdbcType="TIMESTAMP"/>
             <result property="dbname" column="dbname" jdbcType="VARCHAR"/>
             <result property="beanName" column="bean_name" jdbcType="VARCHAR"/>
+            <result property="isAutoAsyncJg" column="is_auto_async_jg" jdbcType="TINYINT"/>
+            <result property="isTbHisProject" column="is_tb_his_project" jdbcType="TINYINT"/>
     </resultMap>
 
     <sql id="Base_Column_List">
@@ -49,6 +51,6 @@
         effective,create_by_name,update_by_name,
         deleted,create_id,update_id,
         secret_key,expiration_time,dbname,
-        bean_name,imgBase64
+        bean_name,imgBase64,is_auto_async_jg,is_tb_his_project
     </sql>
 </mapper>

--
Gitblit v1.8.0