From 0c3f4ea5accd7b8cc667013f0c88abe4a6c1e96e Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期二, 21 七月 2026 15:54:42 +0800
Subject: [PATCH] 【丽水】短信发送
---
ruoyi-quartz/src/main/resources/mapper/quartz/CollectHISMapper.xml | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/ruoyi-quartz/src/main/resources/mapper/quartz/CollectHISMapper.xml b/ruoyi-quartz/src/main/resources/mapper/quartz/CollectHISMapper.xml
index 94aeecc..2617f5d 100644
--- a/ruoyi-quartz/src/main/resources/mapper/quartz/CollectHISMapper.xml
+++ b/ruoyi-quartz/src/main/resources/mapper/quartz/CollectHISMapper.xml
@@ -221,6 +221,7 @@
<result property="futypedesc" column="futypedesc"/>
<result property="fuadvice" column="fuadvice"/>
<result property="fuspecialadvice" column="fuspecialadvice"/>
+ <result property="inhospMydFlag" column="inhosp_myd_flag"/>
</resultMap>
<resultMap type="com.smartor.domain.PatMedOuthosp" id="PatMedOuthospResult">
@@ -654,6 +655,7 @@
b.leavehospitaldistrictname,
b.leavehospitaldistrictid,
b.deptid,
+ b.inhosp_myd_flag,
b.leaveldeptid
FROM
healthy_inhosp b
@@ -880,7 +882,7 @@
o.check_flag ,
o.long_task_reason,
o.opid ,
- o.vopcode ,
+ o.opcode ,
o.opdesc,
o.oplevelcode ,
o.opleveldesc,
@@ -922,7 +924,6 @@
oi.pguid,
oi.guid,
oi.pid,
- oi.opercheck_flag,
oi.long_task_reason,
oi.last_Update_Time
from HEALTHY_PAT_MED_OPERATION_ITEM oi
@@ -934,10 +935,10 @@
AND oi.opid = #{opid}
</if>
<if test="lastStartTime != null and lastStartTime != ''">
- and last_Update_Time >= to_date(#{lastStartTime}, 'YYYY-MM-DD HH24:MI:SS')
+ and oi.last_Update_Time >= to_date(#{lastStartTime}, 'YYYY-MM-DD HH24:MI:SS')
</if>
<if test="lastEndTime != null and lastEndTime != ''">
- and last_Update_Time <= to_date(#{lastEndTime}, 'YYYY-MM-DD HH24:MI:SS')
+ and oi.last_Update_Time <= to_date(#{lastEndTime}, 'YYYY-MM-DD HH24:MI:SS')
</if>
</select>
</mapper>
--
Gitblit v1.9.3