| | |
| | | } |
| | | |
| | | /** |
| | | * 其他文档手动发起流程 |
| | | * @param dispatchFile |
| | | * @return |
| | | */ |
| | | @AutoLog(value = "nc程序与电子图版签派-其他文档手动发起流程") |
| | | @ApiOperation(value="nc程序与电子图版签派-其他文档手动发起流程", notes="nc程序与电子图版签派-其他文档手动发起流程") |
| | | @PostMapping(value = "/startDispatchFile") |
| | | public Result<?> startDispatchFile(@RequestBody DispatchFile dispatchFile){ |
| | | return dispatchFileService.saveDispatchFile(dispatchFile); |
| | | } |
| | | |
| | | /** |
| | | * 重新启动 |
| | | * @param dispatchFileFlowTaskVo |
| | | * @return |
| | |
| | | @AutoLog(value = "文档表-定型流程发起") |
| | | @ApiOperation(value = "文档表-定型流程发起", notes = "文档表-定型流程发起") |
| | | @PostMapping("/submitProccess") |
| | | public ResponseResult submitProccess(@RequestBody DispatchFile dispatchFile) { |
| | | dispatchFileService.submitProccess(dispatchFile); |
| | | return new ResponseResult(CommonCode.SUCCESS); |
| | | public Result<?> submitProccess(@RequestBody DispatchFile dispatchFile) { |
| | | return dispatchFileService.submitProccess(dispatchFile); |
| | | } |
| | | @AutoLog(value = "文档表-信息查询") |
| | | @ApiOperation(value = "文档表-信息查询", notes = "文档表-信息查询") |