|
|
|
@@ -966,6 +966,7 @@ public class WxFinanceServiceImpl implements WxFinanceService { |
|
|
|
rsq.updateTenantInfo(record); |
|
|
|
rsq.setBillId(bill.getId()); |
|
|
|
rsq.setBillType(bill.getBillType()); |
|
|
|
rsq.setAdvanceId(rb.getReceiveId()); |
|
|
|
List<WxFinanceReceiveSetoff> setoffList = wxFinanceReceiveSetoffMapper.findList(rsq); |
|
|
|
if (null != setoffList) { |
|
|
|
for (int j = 0 ; j < setoffList.size() ; j ++) { |
|
|
|
|