mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
已排单查询关联订单列表补充订单类型
This commit is contained in:
+3
@@ -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;
|
||||
|
||||
+1
@@ -241,6 +241,7 @@
|
||||
|
||||
select distinct
|
||||
o.id,
|
||||
o.order_type,
|
||||
op.plan_id,
|
||||
o.order_date,
|
||||
o.delivery_date,
|
||||
|
||||
Reference in New Issue
Block a user