lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/controller/DispatchFileController.java
@@ -82,6 +82,18 @@ } /** * 其他文档手动发起流程 * @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