Commit ecbe5005 by 泽锋 李

fix

parent 2cca0896
...@@ -145,6 +145,9 @@ namespace AutoTurnOver.Services ...@@ -145,6 +145,9 @@ namespace AutoTurnOver.Services
{ {
data.bp_sendtype = 4; data.bp_sendtype = 4;
} }
}else if ("第三方仓库".Equals(item.Key.warehouse_type, StringComparison.OrdinalIgnoreCase))
{
data.bp_sendtype = 3;
} }
var sendtype = item.Max(s => s.sendtype); var sendtype = item.Max(s => s.sendtype);
......
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