From 45e511fe87a7b838a084ce524c8566d20e56059a Mon Sep 17 00:00:00 2001 From: zhs <zhs18203887318@163.com> Date: 星期二, 22 四月 2025 18:20:35 +0800 Subject: [PATCH] 04-22 zhs 测试 --- ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/RyTask.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/RyTask.java b/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/RyTask.java index d704bd2..347f135 100644 --- a/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/RyTask.java +++ b/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/RyTask.java @@ -72,6 +72,9 @@ private IPatMedInhospService iPatMedInhospService; @Autowired + private IPatMedOuthospService iPatMedOuthospService; + + @Autowired private IPatMedOperationService iPatMedOperationService; @Autowired @@ -100,6 +103,9 @@ @Value("${req_path}") private String req_path; + + @Value("${visitHosp}") + private Integer visitHosp; @Autowired private ServiceTaskMapper serviceTaskMapper; @@ -239,7 +245,12 @@ * 澶勭悊鎮h�呬俊鎭紝杩涘叆瀛愪换鍔¤〃 */ public void dealOutHospInfo() { + //鍑洪櫌琛� iPatMedInhospService.dealOutHospInfo(); + //闂ㄨ瘖琛� + if(visitHosp!=1) { + iPatMedOuthospService.dealOutpatientInfo(); + } } -- Gitblit v1.9.3