mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-28 19:18:00 +08:00
update 占桩订单优化
This commit is contained in:
@@ -324,8 +324,7 @@ public class OrderPileOccupyServiceImpl implements OrderPileOccupyService {
|
|||||||
// 查询在占桩期间创建的订单
|
// 查询在占桩期间创建的订单
|
||||||
dto.setStartTime(DateUtils.formatDateTime(startTime));
|
dto.setStartTime(DateUtils.formatDateTime(startTime));
|
||||||
dto.setEndTime(DateUtils.formatDateTime(endTime));
|
dto.setEndTime(DateUtils.formatDateTime(endTime));
|
||||||
List<OrderListVO> orderListVOS = orderBasicInfoService.selectOrderBasicInfoList(dto);
|
List<OrderListVO> orderListVOS = orderBasicInfoService.queryOrderByOccupyTime(dto);
|
||||||
orderListVOS = orderBasicInfoService.queryOrderByOccupyTime(dto);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
计算充电时长
|
计算充电时长
|
||||||
|
|||||||
Reference in New Issue
Block a user