mirror of https://gitee.com/karson/fastadmin.git
bugfix 修复参数定义后未使用,导致传参无效的问题
parent
093d60b719
commit
d3ddc61386
|
|
@ -280,7 +280,7 @@ class Backend extends Controller
|
|||
$bind = [];
|
||||
$name = '';
|
||||
$aliasName = '';
|
||||
if (!empty($this->model) && $this->relationSearch) {
|
||||
if (!empty($this->model) && $relationSearch) {
|
||||
$name = $this->model->getTable();
|
||||
$alias[$name] = Loader::parseName(basename(str_replace('\\', '/', get_class($this->model))));
|
||||
$aliasName = $alias[$name] . '.';
|
||||
|
|
|
|||
Loading…
Reference in New Issue