update 订单分账

This commit is contained in:
Guoqs
2024-09-09 15:59:14 +08:00
parent bc895e0661
commit fd79bd0339

View File

@@ -190,7 +190,7 @@ public class JsowellTask {
try {
orderBasicInfoService.orderSplittingOperations(merchant.getId()+"", yesterday.toString());
} catch (Exception e) {
log.error("处理订单分账异常", e);
log.error("处理订单分账异常, merchantId:{}", merchant.getId(), e);
}
});
}