Commit 505ad1db by 泽锋 李

fix

parent bfee41b2
......@@ -1110,7 +1110,7 @@ GROUP BY platform_type,website";
ctime = occurDate.ToDayEnd(),
bailun_sku = bailun_sku,
warehouse_code = warehouse_code
}).ToList();
},commandTimeout:0).ToList();
if (datas == null || datas.Count <= 0)
{
......@@ -1123,7 +1123,7 @@ GROUP BY platform_type,website";
ctime = now.ToDayEnd(),
bailun_sku = bailun_sku,
warehouse_code = warehouse_code
}).ToList();
}, commandTimeout: 0).ToList();
}
if (datas != null && datas.Count >= 1)
{
......
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