Commit 6c5737a5 by 泽锋 李

自动选择渠道,海运铁路选最快,空运选最便宜

parent 9284665a
...@@ -393,7 +393,7 @@ namespace AutoTurnOver.Services ...@@ -393,7 +393,7 @@ namespace AutoTurnOver.Services
startPoint = "3", startPoint = "3",
transport_type = 2, transport_type = 2,
has_min_freight_unit_price = true, has_min_freight_unit_price = true,
has_history_order = 30 //has_history_order = 180
}).Where(s => s.min_freight_unit_price > 1).Where(s=>s.Fast_Aging>10).OrderBy(s=>s.Fast_Aging).FirstOrDefault(); }).Where(s => s.min_freight_unit_price > 1).Where(s=>s.Fast_Aging>10).OrderBy(s=>s.Fast_Aging).FirstOrDefault();
if (logisticsData != null) if (logisticsData != null)
{ {
...@@ -412,7 +412,7 @@ namespace AutoTurnOver.Services ...@@ -412,7 +412,7 @@ namespace AutoTurnOver.Services
startPoint = "3", startPoint = "3",
transport_type = 3, transport_type = 3,
has_min_freight_unit_price = true, has_min_freight_unit_price = true,
has_history_order = 30 //has_history_order = 180
}).Where(s => s.min_freight_unit_price > 10).OrderBy(s=>s.min_freight_unit_price).FirstOrDefault(); }).Where(s => s.min_freight_unit_price > 10).OrderBy(s=>s.min_freight_unit_price).FirstOrDefault();
if (logisticsData != null) if (logisticsData != null)
{ {
......
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