啊鑫
2025-02-09 70e8a5aec5d49a95483d4c0e066ccdcc45a02e79
StandardPda/MES.Service/service/BasicData/MesSupplierManager.cs
@@ -201,7 +201,8 @@
    {
        DeleteSupplier(entity);
         
        var insert = db.Insertable(entity).PageSize(1).IgnoreColumnsNull().ExecuteCommand();
        var insert = db.Insertable(entity).PageSize(1).IgnoreColumnsNull()
            .ExecuteCommand();
        return insert > 0;
    }
}