@@ -592,6 +592,7 @@ public class StudentPaymentOrderServiceImpl extends BaseServiceImpl<Long, Studen
routeOrder.setUpdateTime(date);
studentPaymentRouteOrderDao.update(routeOrder);
} catch (Exception e) {
+ LOGGER.error("分账失败 orderId:{}", order.getId(), e);
continue;
}