Quellcode durchsuchen

[租赁物业合同][修改][根据ID查询]

release_toaliyun_real
gongbiao vor 7 Jahren
Ursprung
Commit
aa2f6b3318
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxRentPropertyContractServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxRentPropertyContractServiceImpl.java Datei anzeigen

@@ -56,7 +56,7 @@ public class WxRentPropertyContractServiceImpl implements WxRentPropertyContract
p.getStatus().equals(EnumRentContractStatus.RENT_PAID.getCode()) ||
p.getStatus().equals(EnumRentContractStatus.SIGNED_RENT_UNPAID.getCode()))
.findFirst().orElse(null);
data.put("property", new WxPropertyContract());
data.put("property", null);
if (wxPropertyContract != null) {
Map<String, Object> property = wxPropertyContractService.getById(wxPropertyContract.getRentContractId());
data.put("property", property);


Laden…
Abbrechen
Speichern