Commit f5e74e17 by 泽锋 李

fix

parent dc5e87c5
......@@ -2425,7 +2425,7 @@ order by t1.gmt_modified asc
and has_innersale = 0
and bailun_order_status !='Canceled'
and platform_order_type != '手工单'
and pay_time>=@btime and pay_time<=@etime and warehouse_code='GZBLWH' GROUP BY bailun_sku,warehouse_code",new {
and pay_time>=@btime and pay_time<=@etime and warehouse_code in ('GZBLWH','GB4PXBL') GROUP BY bailun_sku,warehouse_code",new {
btime = DateTime.Now.AddDays(-7).ToDayHome(),
etime = DateTime.Now.AddDays(-1).ToDayEnd(),
},commandTimeout:0);
......
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