|
|
|
@@ -125,7 +125,7 @@ public class WxBillOtherDepositServiceImpl implements WxBillOtherDepositService |
|
|
|
WxBillOtherDeposit record = new WxBillOtherDeposit(); |
|
|
|
record.setId(id); |
|
|
|
WxBillOtherDeposit wxBillOther = wxBillOtherDepositMapper.queryBillList(record).get(0); |
|
|
|
WxPayAccountBill wxPayAccountBill = wxPayAccountBillService.getByTenantId(record.getTenantId()); |
|
|
|
WxPayAccountBill wxPayAccountBill = wxPayAccountBillService.getByTenantId(wxBillOther.getTenantId()); |
|
|
|
computeTotalMoney(wxPayAccountBill, record); |
|
|
|
record.setOwe(record.getRealReceivePay() - record.getPay()); |
|
|
|
if (wxBillOther.getShopId() != null) { |
|
|
|
|