From 9a8fa148ac424eb15401eaf6bca49e8df4b129f9 Mon Sep 17 00:00:00 2001 From: cheng19920620 <511180749@qq.com> Date: Wed, 15 Nov 2023 10:53:35 +0800 Subject: [PATCH] =?UTF-8?q?--=E4=BF=AE=E6=94=B9=E8=A7=92=E8=89=B2=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IBKLinker-Minio/Controller/MinioController/MinioApiController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IBKLinker-Minio/Controller/MinioController/MinioApiController.cs b/IBKLinker-Minio/Controller/MinioController/MinioApiController.cs index ba607f1..0b6c942 100644 --- a/IBKLinker-Minio/Controller/MinioController/MinioApiController.cs +++ b/IBKLinker-Minio/Controller/MinioController/MinioApiController.cs @@ -604,6 +604,7 @@ namespace IBKLinker_Minio.Controller.MinioController } db.Update(UdpData); } + db.Query("delete from MINIO_AUTHORITY where LIMITS_AUTHORITY_ID='" + data.LimitsAuthorityId + "' "); sql = string.Format("delete from MINIO_ROLE_PERMISSION where 1=1 and PK={0}", data.Pk); db.Execute(sql); db.Commit();//提交事务