正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -85,6 +85,7 @@ class KeywordController extends BaseController | @@ -85,6 +85,7 @@ class KeywordController extends BaseController | ||
| 85 | } | 85 | } |
| 86 | $map['route'] = ['<>','']; | 86 | $map['route'] = ['<>','']; |
| 87 | $map['project_id'] = $this->user['project_id']; | 87 | $map['project_id'] = $this->user['project_id']; |
| 88 | + $map['deleted_at'] = null; | ||
| 88 | return $this->success($map); | 89 | return $this->success($map); |
| 89 | } | 90 | } |
| 90 | 91 |
-
请 注册 或 登录 后发表评论