| | |
| | | * @return |
| | | */ |
| | | @ApiOperation("各科室服务人次") |
| | | @AddOrgId(field = "orgid", paramIndex = 0, campusField = "campusid") |
| | | @PostMapping("/getDeptRanking") |
| | | public TableDataInfo getDeptRanking(@RequestBody PatMedReq patMedReq) { |
| | | return getDataTable(patMedInhospService.getDeptRanking(patMedReq)); |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | /** |
| | | * 处理患者信息,进入子任务表 |
| | | */ |
| | | @ApiOperation("addOperationSubTask") |
| | | @PostMapping("/addOperationSubTask") |
| | | public void addOperationSubTask() { |
| | | String config = configService.selectConfigByKey("visit.early.day"); |
| | | iPatMedInhospService.addOperationSubTask(config); |
| | | } |
| | | } |