winter 1 год назад
Родитель
Сommit
5ae428ea35
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java

+ 2
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java Просмотреть файл

@@ -494,6 +494,8 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService
record.setCreateType(wxPropertyContract.getCreateType()); record.setCreateType(wxPropertyContract.getCreateType());
record.setShopIdStr(wxPropertyContract.getShopIdStr()); record.setShopIdStr(wxPropertyContract.getShopIdStr());
record.setFeeStandards(wxPropertyContract.getFeesStardarsList()); record.setFeeStandards(wxPropertyContract.getFeesStardarsList());
record.setRentInfo(wxPropertyContract.getRentInfo());
record.setRentArea(wxPropertyContract.getRentArea());
List<WxAllBill> billList = buildProperty(user,record,EnumIsPreview.YES.getCode(),true); List<WxAllBill> billList = buildProperty(user,record,EnumIsPreview.YES.getCode(),true);
record.setPreviewBillRentList(billList); record.setPreviewBillRentList(billList);
} }


Загрузка…
Отмена
Сохранить