wangliang %!s(int64=4) %!d(string=hai) anos
pai
achega
b21ac70f05

+ 1 - 1
themis-backend/src/main/java/com/qmth/themis/backend/api/TBOrgController.java

@@ -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();