From 529ff531c27c117b0ff80294557c6964da4d0b04 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 16 九月 2025 17:22:00 +0800 Subject: [PATCH] 门诊回诊,取消该患者住院随访功能删除 --- ruoyi-quartz/src/main/java/com/ruoyi/quartz/controller/CollectHISController.java | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ruoyi-quartz/src/main/java/com/ruoyi/quartz/controller/CollectHISController.java b/ruoyi-quartz/src/main/java/com/ruoyi/quartz/controller/CollectHISController.java index a5b760f..0de0204 100644 --- a/ruoyi-quartz/src/main/java/com/ruoyi/quartz/controller/CollectHISController.java +++ b/ruoyi-quartz/src/main/java/com/ruoyi/quartz/controller/CollectHISController.java @@ -31,9 +31,10 @@ @PostMapping("/collect") @ApiOperation("鍚屾鐥呬汉鐩稿叧鏁版嵁") public AjaxResult hnDataGather(@RequestBody HnDataGatherVO hnDataGatherVO) { - log.info("寮�濮嬫寜澶╁悓姝ョ敤鎴锋暟鎹紝鏃堕棿鑼冨洿: {} 鍒� {}", hnDataGatherVO.getStartTime(), hnDataGatherVO.getEndTime()); - Boolean aBoolean = ichService.hnDataGather(hnDataGatherVO); - return AjaxResult.success(aBoolean); + + //Boolean aBoolean = ichService.hnDataGather(hnDataGatherVO); + Integer count= ichService.sync(); + return AjaxResult.success(count); } /** -- Gitblit v1.9.3