|
|
|
@@ -1184,7 +1184,7 @@ public class WxBillAllServiceImpl implements WxBillAllService { |
|
|
|
Date date = new Date(); |
|
|
|
daily.setCreatetime(date); |
|
|
|
daily.setUpdatetime(date); |
|
|
|
daily.setOwe(receivePay - pay); |
|
|
|
daily.setOwe(receivePay); |
|
|
|
daily.setIsDel(EnumDelStatus.NOT_DEL.getCode()); |
|
|
|
daily.setStarttime(bill.getStarttime()); |
|
|
|
daily.setEndtime(bill.getEndtime()); |
|
|
|
@@ -1249,7 +1249,7 @@ public class WxBillAllServiceImpl implements WxBillAllService { |
|
|
|
Date date = new Date(); |
|
|
|
other.setCreatetime(date); |
|
|
|
other.setUpdatetime(date); |
|
|
|
other.setOwe(receivePay - pay); |
|
|
|
other.setOwe(receivePay); |
|
|
|
other.setIsDel(EnumDelStatus.NOT_DEL.getCode()); |
|
|
|
other.setStarttime(bill.getStarttime()); |
|
|
|
other.setEndtime(bill.getEndtime()); |
|
|
|
@@ -1316,7 +1316,7 @@ public class WxBillAllServiceImpl implements WxBillAllService { |
|
|
|
otherDeposit.setCreatetime(date); |
|
|
|
otherDeposit.setUpdatetime(date); |
|
|
|
otherDeposit.setExpiredDay(0L); |
|
|
|
otherDeposit.setOwe(0L); |
|
|
|
otherDeposit.setOwe(receivePay); |
|
|
|
otherDeposit.setIsDel(EnumDelStatus.NOT_DEL.getCode()); |
|
|
|
otherDeposit.setStarttime(bill.getStarttime()); |
|
|
|
otherDeposit.setEndtime(bill.getEndtime()); |
|
|
|
|