mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update File.php
This commit is contained in:
parent
525834a40d
commit
022fe90134
@ -89,7 +89,7 @@ class File extends Controller
|
|||||||
public function distinct()
|
public function distinct()
|
||||||
{
|
{
|
||||||
$map = ['uuid' => AdminService::getUserId()];
|
$map = ['uuid' => AdminService::getUserId()];
|
||||||
$db1 = SystemFile::mk()->fieldRaw('max(id) id')->where($map)->group('hash');
|
$db1 = SystemFile::mk()->fieldRaw('max(id) id')->where($map)->group('type,hash');
|
||||||
$db2 = $this->app->db->table($db1->buildSql())->alias('dt')->field('id');
|
$db2 = $this->app->db->table($db1->buildSql())->alias('dt')->field('id');
|
||||||
SystemFile::mk()->whereRaw("id not in {$db2->buildSql()}")->delete();
|
SystemFile::mk()->whereRaw("id not in {$db2->buildSql()}")->delete();
|
||||||
$this->success('清理重复文件记录');
|
$this->success('清理重复文件记录');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user