|
|
|
@@ -190,6 +190,7 @@ public class WxBillPropertyDepositServiceImpl implements WxBillPropertyDepositSe |
|
|
|
return new ResultData(ErrorCode.BILL_OTHER_DEPOSIT_IS_NOT_FOUND); |
|
|
|
} |
|
|
|
wxBillDeposit.setReceivePay(record.getReceivePay()); |
|
|
|
wxBillDeposit.setOwe(record.getReceivePay() - record.getPay()); |
|
|
|
wxBillDeposit.setUpdatetime(new Date()); |
|
|
|
try { |
|
|
|
wxBillPropertyDepositMapper.updateByPrimaryKeySelective(wxBillDeposit); |
|
|
|
|