update 占桩订单优化

This commit is contained in:
Guoqs
2024-07-16 15:36:39 +08:00
parent e4610e9dc9
commit 5f096bd1be

View File

@@ -324,8 +324,7 @@ public class OrderPileOccupyServiceImpl implements OrderPileOccupyService {
// 查询在占桩期间创建的订单
dto.setStartTime(DateUtils.formatDateTime(startTime));
dto.setEndTime(DateUtils.formatDateTime(endTime));
List<OrderListVO> orderListVOS = orderBasicInfoService.selectOrderBasicInfoList(dto);
orderListVOS = orderBasicInfoService.queryOrderByOccupyTime(dto);
List<OrderListVO> orderListVOS = orderBasicInfoService.queryOrderByOccupyTime(dto);
/*
计算充电时长