提交 8e3412f2 authored 作者: huyufan's avatar huyufan

修改BUG

上级 b43a8df9
......@@ -149,10 +149,13 @@ public class EventListenerComponent {
}
log.info("当前需要更新的运单数量:{}", listMap.size());
if (CollectionUtil.isNotEmpty(childNoList)) {
settlementDriverDetailDao.updateLoanFlagByChildNoList(childNoList);
settlementDriverDao.updateLoanFlagByChildNoList(childNoList);
}
}
@EventListener(classes = {OrderChildCancelEvent.class})
public void listen(OrderChildCancelEvent event) {
log.info("OrderChildCancelEvent事件执行");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论