Browse Source

Merge branch 'feature/addRentHouseOfPC' into dev

dev
wanggongfeng 3 years ago
parent
commit
5cb8838895
  1. 2
      epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/java/com/epmet/plugin/power/modules/rent/service/impl/RentContractInfoServiceImpl.java

2
epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/java/com/epmet/plugin/power/modules/rent/service/impl/RentContractInfoServiceImpl.java

@ -207,7 +207,7 @@ public class RentContractInfoServiceImpl extends BaseServiceImpl<RentContractInf
// PC新增,默认审核通过,需要更新基础库头像信息以及居民信息,最后更新房屋的状态
if (NumConstant.ONE_STR.equals(entity.getState())) {
// 获取基本信息
RentContractInfoDTO contractDto = get(dto.getId());
RentContractInfoDTO contractDto = get(entity.getId());
// 获取租客信息
Map<String, Object> tenantParams = new HashMap<>(4);

Loading…
Cancel
Save