From 46298ba99ac5444ce807f959c779b1d1da04273f Mon Sep 17 00:00:00 2001 From: firemanhu <438973518@qq.com> Date: Fri, 10 Apr 2020 16:02:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=A4=8D=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/controller/Backend.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/common/controller/Backend.php b/application/common/controller/Backend.php index 1945fd82..bcc6d0cb 100644 --- a/application/common/controller/Backend.php +++ b/application/common/controller/Backend.php @@ -266,7 +266,6 @@ class Backend extends Controller $tableName = ''; if ($relationSearch) { if (!empty($this->model)) { - $name = \think\Loader::parseName(basename(str_replace('\\', '/', get_class($this->model)))); $name = $this->model->getTable(); $tableName = $name . '.'; } -- Gitee