Ver a proveniência

[铜锣湾][修改][预账单]

release_toaliyun_real
luozukai há 7 anos
committed by Stormeye Wu
ascendente
cometimento
0b47e7f209
1 ficheiros alterados com 8 adições e 0 eliminações
  1. +8
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java

+ 8
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java Ver ficheiro

@@ -272,6 +272,14 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService
wxPropertyContract.setPayAccount(record.getPayAccount());
List<WxBillProperty> billList = buildProperty(new WxMerchant(),wxPropertyContract,EnumIsPreview.YES.getCode());
record.setPreviewBillRentList(billList);
}else{
//查询预账单用于展示
WxBillProperty wxBillRent = new WxBillProperty();
wxBillRent.setPropertyContractId(record.getId());
wxBillRent.setSortColumns(WxBillProperty.Field.Period_ASC);
wxBillRent.setIsPreview(EnumIsPreview.YES.getCode());
List<WxBillProperty> billList = wxBillPropertyMapper.findList(wxBillRent);
record.setPreviewBillRentList(billList);
}
message = "更新物业合同信息成功";
}


Carregando…
Cancelar
Guardar