update 占桩订单优化

This commit is contained in:
Guoqs
2024-07-16 15:33:44 +08:00
parent 513ea9da4f
commit 7e282ed5d5
5 changed files with 64 additions and 0 deletions

View File

@@ -366,4 +366,6 @@ public interface OrderBasicInfoMapper {
* @return
*/
List<SupStationStatsVO> queryOrderListByStationId(String stationId);
List<OrderListVO> queryOrderByOccupyTime(QueryOrderDTO dto);
}