|
|
|
@@ -1057,6 +1057,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
wxBillRent.setRentShopType(wxRentContract.getRentShopType()); |
|
|
|
wxBillRent.setPeriod(++billcount); |
|
|
|
wxBillRent.setShopInfo(shopInfoStr); |
|
|
|
wxBillRent.setLatePayRatio(0); |
|
|
|
//wxBillRentMapper.insertSelective(wxBillRent); |
|
|
|
resultList.add(wxBillRent); |
|
|
|
} |
|
|
|
|