11
啊鑫
2025-01-24 2b38e425925d194c5cd4767c8c13e5f5d23ab120
StandardPda/MES.Service/service/BasicData/MesSupplierManager.cs
@@ -201,7 +201,7 @@
    {
        DeleteSupplier(entity);
         
        var insert = db.Insertable(entity).ExecuteCommand();
        var insert = db.Insertable(entity).PageSize(1).IgnoreColumnsNull().ExecuteCommand();
        return insert > 0;
    }
}