| | |
| | | import org.springblade.core.tool.api.R; |
| | | import org.springblade.core.tool.utils.DateUtil; |
| | | import org.springblade.mdm.basesetting.machine.vo.MachineExcelVO; |
| | | import org.springblade.mdm.flow.service.ApproveRecordService; |
| | | import org.springblade.mdm.flow.service.FlowBusinessService; |
| | | import org.springblade.mdm.flow.vo.FlowVO; |
| | | import org.springblade.mdm.flow.vo.OvertimeTaskExcelVO; |
| | |
| | | |
| | | @Autowired |
| | | private HistoryService historyService; |
| | | |
| | | |
| | | @GetMapping("overtime-list") |
| | | @ApiOperationSupport(order = 3) |
| | |
| | | } |
| | | |
| | | |
| | | @Operation(summary = "流程轨迹", description = "流程轨迹") |
| | | @Operation(summary = "流程执行轨迹", description = "流程执行轨迹") |
| | | @GetMapping("process-trace") |
| | | public R<List<TaskTraceVO>> processTrace(String processInstanceId){ |
| | | List<TaskTraceVO> result = new ArrayList<>(); |