|
|
@@ -1467,7 +1467,7 @@ public class WxFinanceServiceImpl implements WxFinanceService { |
|
|
for (int i = 0 ; i < receiveBills.size() ; i ++) { |
|
|
for (int i = 0 ; i < receiveBills.size() ; i ++) { |
|
|
WxFinanceReceiveBill rb = receiveBills.get(i); |
|
|
WxFinanceReceiveBill rb = receiveBills.get(i); |
|
|
WxAllBill bill = wxBillAllHelper.getBillDetail(record, rb.getBillId()); |
|
|
WxAllBill bill = wxBillAllHelper.getBillDetail(record, rb.getBillId()); |
|
|
if (rb.getPayWay().equals(Constant.bill_pay_way_setoff)) { |
|
|
|
|
|
|
|
|
if (rb.getPayWay().equals(Constant.bill_pay_way_setoff) || rb.getPayWay().equals(Constant.bill_pay_way_deposit_setoff)) { |
|
|
//预收单冲抵回退 |
|
|
//预收单冲抵回退 |
|
|
//查询账单关联的预充收款单,每个预售单的金额回退 |
|
|
//查询账单关联的预充收款单,每个预售单的金额回退 |
|
|
WxFinanceReceiveSetoff rsq = new WxFinanceReceiveSetoff(); |
|
|
WxFinanceReceiveSetoff rsq = new WxFinanceReceiveSetoff(); |
|
|
|