From e640847819a6ba321dd96d8dcd3d940c27a774e5 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 19 Jul 2022 18:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E6=96=87=E4=BB=B6=E6=97=B6?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=82=AC=E7=A9=BA=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/controller/File.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/admin/controller/File.php b/app/admin/controller/File.php index 7b0e019f2..2a1441c35 100644 --- a/app/admin/controller/File.php +++ b/app/admin/controller/File.php @@ -82,6 +82,7 @@ class File extends Controller $db1 = SystemFile::mk()->fieldRaw('max(id) id')->where($map)->group('type,xkey'); $db2 = $this->app->db->table($db1->buildSql())->alias('dt')->field('id'); SystemFile::mk()->whereRaw("id not in {$db2->buildSql()}")->delete(); + SystemFile::mk()->where($map)->where(['status' => 1])->delete(); $this->success('清理重复文件成功!'); } } \ No newline at end of file