|
|
@@ -124,6 +124,9 @@ public class WxBillPropertyServiceImpl implements WxBillPropertyService { |
|
|
if(property==null){ |
|
|
if(property==null){ |
|
|
return new ResultData(ErrorCode.BILL_PROPERTY_IS_NOT_FOUND); |
|
|
return new ResultData(ErrorCode.BILL_PROPERTY_IS_NOT_FOUND); |
|
|
} |
|
|
} |
|
|
|
|
|
property.setRevenue(record.getRevenue()); |
|
|
|
|
|
property.setLatePayRatio(record.getLatePayRatio()); |
|
|
|
|
|
property.setLatePayTime(record.getLatePayTime()); |
|
|
property.setPayDate(record.getPayDate()); |
|
|
property.setPayDate(record.getPayDate()); |
|
|
property.setPay(record.getPay()); |
|
|
property.setPay(record.getPay()); |
|
|
property.setReceivePay(record.getReceivePay()); |
|
|
property.setReceivePay(record.getReceivePay()); |
|
|
|