正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -91,6 +91,7 @@ class ATemplateModuleController extends BaseController | @@ -91,6 +91,7 @@ class ATemplateModuleController extends BaseController | ||
| 91 | $this->map['type'] = ['!=',0]; | 91 | $this->map['type'] = ['!=',0]; |
| 92 | $this->map['delete_status'] = 0; | 92 | $this->map['delete_status'] = 0; |
| 93 | $this->map['status'] = 0; | 93 | $this->map['status'] = 0; |
| 94 | + $this->map['title'] = ['like','%'.$this->map['title'].'%']; | ||
| 94 | $list = $project->list($this->map,'id',['id','title']); | 95 | $list = $project->list($this->map,'id',['id','title']); |
| 95 | $this->response('success',Code::SUCCESS,$list); | 96 | $this->response('success',Code::SUCCESS,$list); |
| 96 | } | 97 | } |
-
请 注册 或 登录 后发表评论