|
|
@@ -1091,6 +1091,7 @@ public class WxFinanceServiceImpl implements WxFinanceService { |
|
|
if (StringUtils.isNotBlank(rb.getPay())) { |
|
|
if (StringUtils.isNotBlank(rb.getPay())) { |
|
|
rb.setPay("-"+rb.getPay()); |
|
|
rb.setPay("-"+rb.getPay()); |
|
|
} |
|
|
} |
|
|
|
|
|
rb.setReceiveId(record.getId()); |
|
|
wxFinanceReceiveBillMapper.insert(rb); |
|
|
wxFinanceReceiveBillMapper.insert(rb); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|