Commit 826299d3 by 泽锋 李

fix

parent e4315a76
...@@ -21,10 +21,10 @@ namespace AutoTurnOver.DB ...@@ -21,10 +21,10 @@ namespace AutoTurnOver.DB
{ {
throw new Exception("sku必填"); throw new Exception("sku必填");
} }
if (input_data.sendtype <= 0) //if (input_data.sendtype <= 0)
{ //{
throw new Exception("运输方式必填"); // throw new Exception("运输方式必填");
} //}
if (string.IsNullOrWhiteSpace(input_data.warehouse_code)) if (string.IsNullOrWhiteSpace(input_data.warehouse_code))
{ {
throw new Exception("仓库编码必填"); throw new Exception("仓库编码必填");
......
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