Commit d98f81a4 by 泽锋 李

fix

parent f4bc7262
......@@ -41,7 +41,7 @@ GROUP BY t1.bailun_sku,t1.warehouse_code,t1.supplier_id ", new { c_time = DateT
var sql = @"select t2.hq_type,t1.bailun_sku as 'bailun_sku',t1.warehouse_code as 'warehouse_code'
from dc_base_stock as t1
left join dc_base_warehouse as t2 on t1.warehouse_code = t2.warehouse_code
where t1.`gmt_modified`>=@c_time
where t1.`update_time`>=@c_time
";
if (!string.IsNullOrWhiteSpace(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