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