Explorar el Código

fix

release_toaliyun_real
winter hace 1 año
padre
commit
5ae428ea35
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar