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); } /**