已排单查询关联订单列表补充订单类型

This commit is contained in:
gaoqr
2026-05-07 18:02:22 +08:00
parent 4ddc7e18ac
commit 3a8c875121
2 changed files with 4 additions and 0 deletions
@@ -20,6 +20,9 @@ public class PlanOrderRespVO {
@Schema(description = "排单ID")
private Long planId;
@Schema(description = "订单类型")
private Integer orderType;
@Schema(description = "订单日期")
@NotNull(message = "订单日期不能为空")
private LocalDateTime orderDate;
@@ -241,6 +241,7 @@
select distinct
o.id,
o.order_type,
op.plan_id,
o.order_date,
o.delivery_date,