|
@@ -157,5 +157,20 @@ public class ItdmRunFlowPathStepController extends JeecgController<ItdmRunFlowPa
|
|
|
}
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
+ * 编辑
|
|
|
+ *
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ @AutoLog(value = "运行流程步骤表-流程结束")
|
|
|
+ @ApiOperation(value = "运行流程步骤表-流程结束", notes = "运行流程步骤表-流程结束")
|
|
|
+ //@RequiresPermissions("org.jeecg.modules:itdm_run_flow_path_step:edit")
|
|
|
+ @GetMapping(value = "/jieshu")
|
|
|
+ public Result<String> jieshu(String runFlowPath) {
|
|
|
+
|
|
|
+ itdmRunFlowPathStepService.jieshu(runFlowPath);
|
|
|
+ return Result.OK("编辑成功!");
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
}
|