|
|
|
@@ -465,10 +465,12 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
bill.setPeriod(count); |
|
|
|
bill.setIsPreview(EnumIsPreview.YES.getCode()); |
|
|
|
bill.setShopInfo(getShopInfoStr(record)); |
|
|
|
bill.setRevenue(0l); |
|
|
|
bill.setRevenue(0L); |
|
|
|
bill.setLatePayRatio(0); |
|
|
|
bill.setPay(0l); |
|
|
|
bill.setIsDel(0); |
|
|
|
bill.setPay(0L); |
|
|
|
bill.setIsDel(EnumDelStatus.NOT_DEL.getCode()); |
|
|
|
bill.setShopId(record.getShopId()); |
|
|
|
bill.setShopInfo(record.getRentInfo()); |
|
|
|
setExpiredDay(bill,Calendar.MONTH,record.getReceivePeriod()); |
|
|
|
count++; |
|
|
|
} |
|
|
|
|