Browse Source

租赁合同修改接口

feature/houseCheckReason
wanggongfeng 3 years ago
parent
commit
7bdd209f2f
  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

@ -320,7 +320,7 @@ public class RentContractInfoServiceImpl extends BaseServiceImpl<RentContractInf
public void update(RentContractInfoDTO dto) {
RentContractInfoEntity entity = ConvertUtils.sourceToTarget(dto, RentContractInfoEntity.class);
updateById(entity);
// updateTenantAndFile(entity.getId(), dto);
updateTenantAndFile(entity.getId(), dto);
}
@Override

Loading…
Cancel
Save