| | |
| | | return projectProcessService.taskList(query); |
| | | } |
| | | |
| | | @GetMapping("/detail/task/is/auditing") |
| | | @ApiOperation(value = "获取任务是否是审批节点", notes = "获取任务是否是审批节点") |
| | | // @PreAuthorize("@ss.hasPermi('projectProcess:detail')") |
| | | public Result taskIsAuditing(String processDefId, String taskId) { |
| | | return projectProcessService.taskIsAuditing(processDefId, taskId); |
| | | } |
| | | |
| | | |
| | | @GetMapping("/to_do_task") |
| | | @ApiOperation(value = "分页", notes = "分页") |
| | |
| | | return result; |
| | | } |
| | | |
| | | @GetMapping("/detail-by-process_ins_id") |
| | | @ApiOperation(value = "获取详情", notes = "获取详情") |
| | | // @PreAuthorize("@ss.hasPermi('projectProcess:detail')") |
| | | public Result detailByProcessInsId(TaskQuery query) { |
| | | return projectProcessService.detailByProcessInsId(query); |
| | | } |
| | | |
| | | |
| | | } |