We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efbd0b commit 0f61248Copy full SHA for 0f61248
code/app/controller/App.php
@@ -430,7 +430,7 @@ public function rescan(Request $request)
430
$this->error('参数错误');
431
break;
432
}
433
- Db::table('plugin_scan_log')->where(['app_id' => $id, 'scan_type' => 0])->delete();
+ Db::table('plugin_scan_log')->where(['app_id' => $id, 'scan_type' => 0,'plugin_name'=>$tools_name])->delete();
434
if (!empty($data)) {
435
Db::table('app')->where(['id' => $id])->update($data);
436
0 commit comments