From c27e4ce95a0489907ba3848851f14ac7cca1caca Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 07 十一月 2025 17:43:31 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/service/impl/ExternalInfoServiceImpl.java | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/service/impl/ExternalInfoServiceImpl.java b/smartor/src/main/java/com/smartor/service/impl/ExternalInfoServiceImpl.java
index 32b1d12..dcf173e 100644
--- a/smartor/src/main/java/com/smartor/service/impl/ExternalInfoServiceImpl.java
+++ b/smartor/src/main/java/com/smartor/service/impl/ExternalInfoServiceImpl.java
@@ -242,6 +242,7 @@
patMedInhosp.setInhospno(externalInHospPatientInfo.getZyhm());
List<PatMedInhosp> patMedInhospList = patMedInhospMapper.selectPatMedInhospList2(patMedInhosp);
if (CollectionUtils.isNotEmpty(patMedInhospList) && patMedInhospList.size() > 0) {
+ log.error("****patMedInhospList鐨勫�间负锛歿}",patMedInhospList.get(0).getInhospid());
continue;
}
@@ -595,7 +596,8 @@
public Boolean getExternalLeaveHospPatientInfo30Day() {
try {
// 鍥哄畾寮�濮嬫椂闂�
- String fixedStartTime = "2025-03-25";
+// String fixedStartTime = "2025-03-25";
+ String fixedStartTime = "2025-02-01";
SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");
String today = formatter.format(new Date());
@@ -608,7 +610,8 @@
try {
startCal.setTime(formatter.parse(fixedStartTime));
- endCal.setTime(formatter.parse(today));
+ endCal.setTime(formatter.parse("2025-06-08"));
+// endCal.setTime(formatter.parse(today));
} catch (ParseException e) {
log.error("鏃ユ湡瑙f瀽澶辫触锛歿}", e.getMessage(), e);
return false;
--
Gitblit v1.9.3