Commit cb551507 by 泽锋 李

fix

parent 462d4359
......@@ -52,7 +52,7 @@ where t1.`update_time`>=@c_time
if (is_transfer)
{
// 初始化数据才会进啦
sql += " and t2.hq_type!='国内仓' ";
sql += " and t2.hq_type='fba仓' ";
sql += " and not EXISTS ( select * from dc_average_warehouse as ta where t1.warehouse_code =ta.warehouse_code and t1.bailun_sku =ta.bailun_sku and (ta.update_time>'2021-04-02 11:00:00' ) ) ";
//sql += " and EXISTS ( select * from dc_report_profit_analysis as ta where t1.warehouse_code =ta.warehouse_code and t1.bailun_sku =ta.bailun_sku ) ";
}
......
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