|
|
|
@@ -169,7 +169,7 @@ public class WxBillSettleServiceImpl implements WxBillSettleService { |
|
|
|
if(EnumBillRentStatus.PAID.getCode().equals(status)){ |
|
|
|
WxBillRent dbBill = wxBillRentMapper.selectByPrimaryKey(wxBillRent.getId()); |
|
|
|
if(dbBill!=null) { |
|
|
|
wxBillRent.setPay(wxBillRent.getPay()+ dbBill.getOwe()); |
|
|
|
wxBillRent.setPay(dbBill.getPay()+ dbBill.getOwe()); |
|
|
|
wxBillRent.setPayDate(new Date()); |
|
|
|
addBillAction(bill.getBillId(), dbBill.getOwe()); |
|
|
|
} |
|
|
|
|