Commit 95c29a05 by 泽锋 李

fix

parent cc8a85f4
...@@ -759,7 +759,7 @@ namespace AutoTurnOver.Services ...@@ -759,7 +759,7 @@ namespace AutoTurnOver.Services
{ {
throw new Exception("筛选类型必选"); throw new Exception("筛选类型必选");
} }
if (string.IsNullOrWhiteSpace(m.warehouse_area_id)|| string.IsNullOrWhiteSpace(m.warehouse_code)|| string.IsNullOrWhiteSpace(m.warehouse_type)) if (string.IsNullOrWhiteSpace(m.warehouse_area_id)&& string.IsNullOrWhiteSpace(m.warehouse_code)&& string.IsNullOrWhiteSpace(m.warehouse_type))
{ {
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