mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 21:52:07 +08:00
已排单查询关联订单列表补充订单类型
This commit is contained in:
+3
@@ -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;
|
||||||
|
|||||||
+1
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user