MES.Service/service/BasicData/MesSupplierManager.cs
@@ -167,7 +167,7 @@ { var ids = supplierList.Select(it => it.Id).ToArray(); var deleteByIds = db.Deleteable<MesSupplier>() .Where(s=>ids.Contains(s.Id)).ExecuteCommand(); .Where(s => ids.Contains(s.Id)).ExecuteCommand(); if (deleteByIds > 0) return true;