Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
@@ -337,11 +337,11 @@ { //客户信息 var customer = Db.Queryable<SysCustomer>().First(m => m.IsDel == "0" && m.CustomerNo == model.customerNo); if (customer == null) if (customer != null) { throw new Exception("客户信息不存在!"); //throw new Exception("客户信息不存在!"); CustomerName = customer.CustomerName; } CustomerName = customer.CustomerName; } //承运商信息