提交 9b117437 authored 作者: 杨启发's avatar 杨启发

结算单优化-批量开票

上级 7a3b3557
......@@ -715,5 +715,7 @@ public class SettlementOwnerDetailServiceImpl implements SettlementOwnerDetailS
@Override
public void confirmBatchInvoice(List<String> childNoList) {
settlementOwnerDetailDao.updateSettlementByChildNoList(childNoList);
// 发送mq (运单更新)
orderChildBrokerMqService.orderChildUpdate(childNoList);
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论