|
@@ -66,7 +66,7 @@ public class TBOrgController {
|
|
|
throw new BusinessException(ExceptionResultEnum.ORG_INFO_IS_NULL);
|
|
|
}
|
|
|
if (Objects.nonNull(tbOrg.getCode()) && Objects.equals(tbOrg.getCode().toUpperCase(), SystemConstant.ADMIN)) {
|
|
|
- throw new BusinessException("admin为超级管理员专属code,请重新输入");
|
|
|
+ throw new BusinessException("admin为超级管理员专属编码,请重新输入");
|
|
|
}
|
|
|
try {
|
|
|
TBUser tbUser = (TBUser) ServletUtil.getRequestAccount();
|