如果查询订单状态只有异常的情况下,排除个人桩的异常订单

This commit is contained in:
Guoqs
2025-11-13 16:15:48 +08:00
parent 776c0279be
commit a96c374b94
3 changed files with 30 additions and 0 deletions

View File

@@ -107,4 +107,9 @@ public class QueryOrderDTO extends BaseEntity {
* 车牌号
*/
private String plateNumber;
/**
* 排除的站点Id列表
*/
private List<Integer> excludeStationIdList;
}