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