mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
update 占桩订单优化
This commit is contained in:
@@ -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);
|
||||
|
||||
/*
|
||||
计算充电时长
|
||||
|
||||
Reference in New Issue
Block a user