Commit 74c980c6 by 泽锋 李

fix

parent 9815ec72
......@@ -346,7 +346,7 @@ namespace AutoTurnOver.Services
alone_datas = datas.Where(s => shortageSkuList.Any(v => v == s.bailun_sku)).ToList();
other_datas = datas.Where(s => !shortageSkuList.Any(v => v == s.bailun_sku)).ToList();
Console.WriteLine($"ebay+wish 总数:{alone_datas.Count()}");
Console.WriteLine($"其他总数:{alone_datas.Count()}");
Console.WriteLine($"其他总数:{other_datas.Count()}");
if (alone_datas != null && alone_datas.Count > 0)
{
PushBuySys(1,alone_datas, user, is_skip_error,"ebay+wish");
......
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