|
|
|
@@ -124,6 +124,7 @@ public class WxBillRentServiceImpl implements WxBillRentService { |
|
|
|
if(wxBillRent==null){ |
|
|
|
return new ResultData(ErrorCode.BILL_RENT_IS_NOT_FOUND); |
|
|
|
} |
|
|
|
wxBillRent.setLatePayRatio(record.getLatePayRatio()); |
|
|
|
wxBillRent.setPayDate(record.getPayDate()); |
|
|
|
wxBillRent.setPay(record.getPay()); |
|
|
|
wxBillRent.setReceivePay(record.getReceivePay()); |
|
|
|
|