mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-19 22:59:46 +08:00
打印日志
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user