更新第三方登录插件扩展
This commit is contained in:
@@ -101,9 +101,8 @@ class Model extends \think\Model{
|
||||
(new Attribute())->where('model_id', $data['id'])->delete();
|
||||
$db = new \com\Datatable();
|
||||
if ($db->CheckTable($data['name'])) {
|
||||
$result = $db->delTable($data['name'])->query();
|
||||
$db->delTable($data['name'])->query();
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
protected function setAttributeSortAttr($value) {
|
||||
|
||||
Reference in New Issue
Block a user