From 4c94aafcb8fa675d8a07547e068c009759139333 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Thu, 11 Jul 2019 11:10:27 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=A7=9F=E8=B5=81=E5=90=88=E5=90=8C][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E7=94=9F=E6=88=90]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iformall/service/impl/WxRentContractServiceImpl.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java index 04eb48def..3822a1608 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java @@ -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++; }