|
@@ -78,7 +78,6 @@ public class AuthorizeInstallServiceImpl extends ServiceImpl<IAuthorizeInstallMa
|
|
throw new BusinessException(ResultCode.READ_MACHINE_CODE_ERROR);
|
|
throw new BusinessException(ResultCode.READ_MACHINE_CODE_ERROR);
|
|
}
|
|
}
|
|
param.setMachineUuid( machineRegDto.getUuid());
|
|
param.setMachineUuid( machineRegDto.getUuid());
|
|
- param.setMachineName( machineRegDto.getComputerName());
|
|
|
|
try {
|
|
try {
|
|
String authorizeKey = RegCodeUtil.GenRegeditCode(param.getMachineCode());
|
|
String authorizeKey = RegCodeUtil.GenRegeditCode(param.getMachineCode());
|
|
if(StringUtils.isBlank(authorizeKey)){
|
|
if(StringUtils.isBlank(authorizeKey)){
|