From 263413a9ade62a8501acbbc60157d48ca51a9f9d Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期三, 26 二月 2025 18:08:56 +0800 Subject: [PATCH] zjh20250226 --- ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TestMapper.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TestMapper.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TestMapper.java index c2d3dd9..5e22811 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TestMapper.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TestMapper.java @@ -233,7 +233,7 @@ "</script>"}) List<Map<String ,Object>> getPacsJcList(@Param("name")String name,@Param("mzh")String mzh,@Param("start")String start,@Param("end")String end); - @DataSource(value = DataSourceType.SLAVE_LIS) + @DataSource(value = DataSourceType.SLAVE_HIS) @Select({"<script>" + "select * from V_JYBGHIS where mzh is not null " + // "<when test='name != null'>" + -- Gitblit v1.8.0