wxw
13 小时以前 b1e84f41539a893949c29dbb23390a882c2a452f
Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
@@ -337,12 +337,12 @@
                {
                    //客户信息
                    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;
                }
                }
                //承运商信息
                //var logistics = Db.Queryable<SysLogisticsInfo>().First(m => m.IsDel == "0" && m.CarrierName == model.LogisticsNo);