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

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") @Schema(description = "排单ID")
private Long planId; private Long planId;
@Schema(description = "订单类型")
private Integer orderType;
@Schema(description = "订单日期") @Schema(description = "订单日期")
@NotNull(message = "订单日期不能为空") @NotNull(message = "订单日期不能为空")
private LocalDateTime orderDate; private LocalDateTime orderDate;
@@ -241,6 +241,7 @@
select distinct select distinct
o.id, o.id,
o.order_type,
op.plan_id, op.plan_id,
o.order_date, o.order_date,
o.delivery_date, o.delivery_date,