打印日志

This commit is contained in:
Guoqs
2026-04-20 14:49:25 +08:00
parent 2b80442811
commit 50210ab5c0
2 changed files with 3 additions and 0 deletions

View File

@@ -6331,6 +6331,7 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
public int updateOrderReviewFlagTemp(LocalDateTime start, LocalDateTime end, String stationId) {
if (StringUtils.isBlank(stationId)) {
stationId = "1003"; // 目前只有 大坡中学举视超充站 这一个站点使用
logger.info("校验或更新订单分账信息-使用默认站点id:{}", stationId);
}
List<OrderListVO> orderList = this.selectOrderListByDateTime(start, end, stationId);
if (CollectionUtils.isEmpty(orderList)) {