啊鑫
2024-10-23 bebc2708dc1fdf4e654c514b810a98c043ce2023
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;