From e460e434fe3975a4ae33466710d8292245ad8e07 Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期四, 19 六月 2025 18:09:33 +0800
Subject: [PATCH] 2025-06-19

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

diff --git a/src/main/resources/mapper/DictCommonHisConfigMapper.xml b/src/main/resources/mapper/DictCommonHisConfigMapper.xml
index 9188325..f857b0a 100644
--- a/src/main/resources/mapper/DictCommonHisConfigMapper.xml
+++ b/src/main/resources/mapper/DictCommonHisConfigMapper.xml
@@ -17,6 +17,7 @@
             <result property="hisApiAppend" column="his_api_append" jdbcType="VARCHAR"/>
             <result property="czy" column="czy" jdbcType="VARCHAR"/>
             <result property="czyId" column="czy_id" jdbcType="VARCHAR"/>
+            <result property="kdks" column="kdks" jdbcType="VARCHAR"/>
             <result property="dbIp" column="db_ip" jdbcType="VARCHAR"/>
             <result property="dbPort" column="db_port" jdbcType="SMALLINT"/>
             <result property="dbName" column="db_name" jdbcType="VARCHAR"/>
@@ -28,7 +29,7 @@
         id,full_key,province,
         region,city,hospital,
         tj_url,his_api_url,his_api_port,
-        his_api_append,czy,czy_id,
+        his_api_append,czy,czy_id,kdks,
         db_ip,db_port,db_name,
         db_user,db_password
     </sql>

--
Gitblit v1.8.0