Commit 16f096c7 by 泽锋 李

海外仓,采购数据汇总,去除张莹霞的数据

parent b5c14628
...@@ -3379,7 +3379,7 @@ from dc_base_purchase_details as t_p ...@@ -3379,7 +3379,7 @@ from dc_base_purchase_details as t_p
left join dc_base_stock as t1 on t1.bailun_sku =t_p.bailun_sku and t1.warehouse_code = t_p.warehouse_into_code left join dc_base_stock as t1 on t1.bailun_sku =t_p.bailun_sku and t1.warehouse_code = t_p.warehouse_into_code
left join dc_base_warehouse as t2 on t1.warehouse_code = t2.warehouse_code left join dc_base_warehouse as t2 on t1.warehouse_code = t2.warehouse_code
left join dc_base_sku as t3 on t1.bailun_sku =t3.bailun_sku left join dc_base_sku as t3 on t1.bailun_sku =t3.bailun_sku
where t2.hq_type='第三方仓库' where t2.hq_type='第三方仓库' and t3.buyer_name not in('张莹霞','张莹霞1','黄镜洁','古艳洋1')
and t_p.`status`!=-1 and t_p.create_time>=@btime and t_p.create_time<=@etime and t_p.`status`!=-1 and t_p.create_time>=@btime and t_p.create_time<=@etime
GROUP BY t_p.bailun_sku ,t_p.warehouse_into_code GROUP BY t_p.bailun_sku ,t_p.warehouse_into_code
); );
......
...@@ -18,7 +18,7 @@ namespace ResetOutofstock ...@@ -18,7 +18,7 @@ namespace ResetOutofstock
var now = DateTime.Now; var now = DateTime.Now;
//report.ResetCashFlowData(); //report.ResetCashFlowData();
//report.StockWeekBackUp(); //report.StockWeekBackUp();
//report.PurchaseWeekBackUp(); //eport.PurchaseWeekBackUp();
//report_cash_flow_dao.CalculationTransferOrder(now.AddMonths(-3), DateTime.Parse(now.AddDays(-1).ToString("yyyy-MM-dd 23:59:59"))); //report_cash_flow_dao.CalculationTransferOrder(now.AddMonths(-3), DateTime.Parse(now.AddDays(-1).ToString("yyyy-MM-dd 23:59:59")));
//report_cash_flow_dao.SynchroTransferCost(); //report_cash_flow_dao.SynchroTransferCost();
} }
......
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