|
|
|
@@ -151,8 +151,8 @@ public class WxBillOtherDepositServiceImpl implements WxBillOtherDepositService |
|
|
|
wxBillOtherDeposit.setOwe(record.getReceivePay() - record.getPay()); |
|
|
|
if (record.getPay().equals(record.getReceivePay())) { |
|
|
|
wxBillOtherDeposit.setStatus(EnumBillRentStatus.PAID.getCode()); |
|
|
|
wxBillOtherDeposit.setPayDate(date); |
|
|
|
} |
|
|
|
wxBillOtherDeposit.setPayDate(record.getPayDate()); |
|
|
|
wxBillOtherDeposit.setUpdatetime(date); |
|
|
|
wxBillOtherDeposit.setPayWay(record.getPayWay()); |
|
|
|
wxBillOtherDeposit.setComments(record.getComments()); |
|
|
|
@@ -173,6 +173,7 @@ public class WxBillOtherDepositServiceImpl implements WxBillOtherDepositService |
|
|
|
wxBillAction.setUserName(user.getName()); |
|
|
|
wxBillAction.setPhone(user.getPhone()); |
|
|
|
wxBillAction.setTenantId(wxBillOtherDeposit.getTenantId()); |
|
|
|
wxBillAction.setPayDate(wxBillOtherDeposit.getPayDate()); |
|
|
|
try { |
|
|
|
wxBillActionService.save(wxBillAction); |
|
|
|
} catch (Exception e) { |
|
|
|
|