lyhzzz 2 лет назад
Родитель
Сommit
75a679e670

+ 1 - 1
src/main/java/com/fdkankan/manage/service/impl/AuthorizeInstallServiceImpl.java

@@ -105,7 +105,7 @@ public class AuthorizeInstallServiceImpl extends ServiceImpl<IAuthorizeInstallMa
         try {
             machineRegDto = RegCodeUtil.ParseMachineCode(machineCode);
         }catch (Exception e){
-            throw new BusinessException(ResultCode.READ_MACHINE_CODE_ERROR);
+            throw new BusinessException(ResultCode.MACHINE_CODE_ERROR);
         }
         if(machineRegDto == null){
             throw new BusinessException(ResultCode.READ_MACHINE_CODE_ERROR);