|
|
@@ -321,7 +321,7 @@ public class OrganizationServiceImpl extends SuperService implements Organizatio
|
|
|
}
|
|
|
String currentOid = getCurrentOid();
|
|
|
if (StringUtils.isNotEmpty(currentOid) && currentOid.equals(oid)) {
|
|
|
- return ResultContent.buildFail(String.format("不能删除当前结构"));
|
|
|
+ return ResultContent.buildFail(String.format("不能删除当前机构"));
|
|
|
}
|
|
|
|
|
|
// 删除
|
|
|
@@ -334,7 +334,6 @@ public class OrganizationServiceImpl extends SuperService implements Organizatio
|
|
|
|
|
|
// 删除部门
|
|
|
|
|
|
-
|
|
|
return ResultContent.buildSuccess();
|
|
|
}
|
|
|
|