Commit 68014710 authored by zhengyi's avatar zhengyi

控货订单列表返回订单卸柜/到仓时间

Signed-off-by: default avatarzhengyi <landuo321@aliyun.com>
parent 3e19f25c
......@@ -326,6 +326,9 @@ public class OrderBackPageVO {
@ApiModelProperty(value = "已装柜时间")
private Date loadTime;
@ApiModelProperty(value = "已卸柜/已到仓时间")
private Date unloadTime;
/**
* 渠道名称
......
......@@ -2989,6 +2989,7 @@
if(#{query.customerDetailId} is not null and #{query.customerDetailId} > 0, (select min(owi.`in_time`) from
ecw_order_warehouse_in owi where owi.deleted = 0 and owi.order_id = o.order_id ), o.rucang_time ) as
rucang_time,
o.unload_time,
o.cost,
o.parent_number,
o.parent_order_id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment