| | |
| | | public class RemindController { |
| | | |
| | | @Autowired |
| | | NcProgramApprovedService ncProgramApprovedService; |
| | | private NcProgramApprovedService ncProgramApprovedService; |
| | | @Autowired |
| | | private FlowBusinessService businessService; |
| | | @Autowired |
| | |
| | | */ |
| | | @GetMapping("task-count") |
| | | @ApiOperationSupport(order = 3) |
| | | @Operation(summary = "待办任务", description = "传入流程信息") |
| | | public R<RemindVO> todoList() { |
| | | @Operation(summary = "待办任务数量查询", description = "待办任务数量查询") |
| | | public R<RemindVO> taskCount() { |
| | | RemindVO result = new RemindVO(); |
| | | |
| | | result.setTodoCount(queryTodoCount()); |