From a7b439b5339f65f06d4be5172004051457c5be83 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期一, 04 八月 2025 15:39:41 +0800 Subject: [PATCH] 增加是否同步存储过程字段 --- 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