作者 王智

daima

@@ -35,6 +35,7 @@ class User extends Backend @@ -35,6 +35,7 @@ class User extends Backend
35 { 35 {
36 $pid = input('pid'); 36 $pid = input('pid');
37 dump($pid); 37 dump($pid);
  38 + die;
38 //当前是否为关联查询 39 //当前是否为关联查询
39 $this->relationSearch = true; 40 $this->relationSearch = true;
40 //设置过滤方法 41 //设置过滤方法