Merge pull request '测试合并' (#10) from zhangli-test into main

Reviewed-on: #10
This commit is contained in:
2025-09-14 11:44:59 +08:00

View File

@ -81,7 +81,7 @@ public class NoPickCarProcessTask {
log.info("当天未提车或未还车订单处理完成,成功处理{}个订单", successCount);
} catch (Exception e) {
log.error("处理当天未提车或未还车订单失败", e);
log.error("处理当天未提车或未还车订单失败", e);
throw e;
}
}