mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Plugs.php
This commit is contained in:
parent
c286322932
commit
bcebec04fd
@ -91,7 +91,8 @@ class Plugs extends Controller
|
||||
$newdata[] = ['type' => $type, 'name' => $name, 'value' => $value];
|
||||
}
|
||||
}
|
||||
$this->app->db->name('SystemConfig')->whereRaw('1=1')->delete();
|
||||
$sql = "truncate table {$this->app->db->name('SystemConfig')->getTable()}";
|
||||
$this->app->db->execute($sql);
|
||||
$this->app->db->name('SystemConfig')->insertAll($newdata);
|
||||
});
|
||||
$this->app->cache->delete('SystemConfig');
|
||||
|
Loading…
x
Reference in New Issue
Block a user