From 2be6573c0f438b9e23da118badbc83b144272b9e Mon Sep 17 00:00:00 2001 From: gongbiao Date: Thu, 11 Jul 2019 11:12:53 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=89=A9=E4=B8=9A=E5=90=88=E5=90=8C][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E7=94=9F=E6=88=90=E9=A2=84=E8=B4=A6?= =?UTF-8?q?=E5=8D=95=E5=8A=A0=E5=85=A5=E5=95=86=E9=93=BAID]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/WxPropertyContractServiceImpl.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java index 82249435e..4eb47ca0f 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java @@ -231,10 +231,11 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService 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()); setExpiredDay(bill,Calendar.MONTH,record.getReceivePeriod()); count++; }