Merge branch 'master-server' of http://47.244.231.31:8099/zhl/globalso-v6
正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -388,7 +388,6 @@ class FileController | @@ -388,7 +388,6 @@ class FileController | ||
| 388 | if(isset($this->cache['project_id']) && !empty($this->cache['project_id'])){ | 388 | if(isset($this->cache['project_id']) && !empty($this->cache['project_id'])){ |
| 389 | $this->map['project_id'] = $this->cache['project_id']; | 389 | $this->map['project_id'] = $this->cache['project_id']; |
| 390 | } | 390 | } |
| 391 | - $this->map['refer'] = 1; | ||
| 392 | $fileModel = new File(); | 391 | $fileModel = new File(); |
| 393 | $lists = $fileModel->list($this->map,'id',['id','hash','type','path','created_at','name']); | 392 | $lists = $fileModel->list($this->map,'id',['id','hash','type','path','created_at','name']); |
| 394 | foreach ($lists as $k => $v){ | 393 | foreach ($lists as $k => $v){ |
-
请 注册 或 登录 后发表评论