| @@ -1048,6 +1048,7 @@ public class WxBillAllServiceImpl implements WxBillAllService { | |||||
| daily.setExpiredDay((long) expiredDay); | daily.setExpiredDay((long) expiredDay); | ||||
| } | } | ||||
| } | } | ||||
| daily.setReceivePay(receivePay); | |||||
| daily.setPay(daily.getPay() + pay); | daily.setPay(daily.getPay() + pay); | ||||
| daily.setOwe(daily.getOwe() - pay); | daily.setOwe(daily.getOwe() - pay); | ||||
| daily.setPayDate(bill.getPayDate()); | daily.setPayDate(bill.getPayDate()); | ||||
| @@ -1120,6 +1121,7 @@ public class WxBillAllServiceImpl implements WxBillAllService { | |||||
| other.setExpiredDay((long) expiredDay); | other.setExpiredDay((long) expiredDay); | ||||
| } | } | ||||
| } | } | ||||
| other.setReceivePay(receivePay); | |||||
| other.setName(bill.getBillAttr()); | other.setName(bill.getBillAttr()); | ||||
| other.setComments(bill.getBillAttr()); | other.setComments(bill.getBillAttr()); | ||||
| other.setPay(other.getPay() + pay); | other.setPay(other.getPay() + pay); | ||||
| @@ -1195,6 +1197,7 @@ public class WxBillAllServiceImpl implements WxBillAllService { | |||||
| otherDeposit.setExpiredDay((long) expiredDay); | otherDeposit.setExpiredDay((long) expiredDay); | ||||
| } | } | ||||
| } | } | ||||
| otherDeposit.setReceivePay(receivePay); | |||||
| otherDeposit.setPay(otherDeposit.getPay() + pay); | otherDeposit.setPay(otherDeposit.getPay() + pay); | ||||
| otherDeposit.setOwe(otherDeposit.getOwe() - pay); | otherDeposit.setOwe(otherDeposit.getOwe() - pay); | ||||
| otherDeposit.setPayDate(bill.getPayDate()); | otherDeposit.setPayDate(bill.getPayDate()); | ||||