|
|
@ -175,7 +175,9 @@ public class HouseServiceImpl implements HouseService, ResultDataResolver { |
|
|
|
try { |
|
|
|
entity.setHouseQrcodeUrl(createHouseQrcodeUrl(icHouseDTO.getId(),null)); |
|
|
|
} catch (Exception e) { |
|
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(),"二维码生成失败","二维码生成失败"); |
|
|
|
String errorMsg = ExceptionUtils.getErrorStackTrace(e); |
|
|
|
log.error("二维码生成失败:"+errorMsg); |
|
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(),"二维码生成失败:","二维码生成失败"); |
|
|
|
} |
|
|
|
icHouseDao.updateById(entity); |
|
|
|
} |
|
|
|