@@ -156,7 +156,7 @@ public class DepartmentalPerformanceIndicatorPlanController {
if (b) {
return R.ok().data(b);
} else {
- return R.error("删除失败!");
+ return R.error("删除失败,流程已启动或流程未结束!");
}
} catch (CustomException e) {
return R.customError(e.getMessage()).data("失败!");