Skip to content

Commit 0f61248

Browse files
committed
v1.3.0 v8
1 parent 3efbd0b commit 0f61248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/app/controller/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public function rescan(Request $request)
430430
$this->error('参数错误');
431431
break;
432432
}
433-
Db::table('plugin_scan_log')->where(['app_id' => $id, 'scan_type' => 0])->delete();
433+
Db::table('plugin_scan_log')->where(['app_id' => $id, 'scan_type' => 0,'plugin_name'=>$tools_name])->delete();
434434
if (!empty($data)) {
435435
Db::table('app')->where(['id' => $id])->update($data);
436436
}

0 commit comments

Comments
 (0)