正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -35,7 +35,6 @@ class BTemplateLogController extends BaseController | @@ -35,7 +35,6 @@ class BTemplateLogController extends BaseController | ||
| 35 | public function lists(BTemplateLog $bTemplateLog){ | 35 | public function lists(BTemplateLog $bTemplateLog){ |
| 36 | unset($this->map['template_id']); | 36 | unset($this->map['template_id']); |
| 37 | $this->map['project_id'] = $this->user['project_id']; | 37 | $this->map['project_id'] = $this->user['project_id']; |
| 38 | - $this->map['source'] = 1; | ||
| 39 | $this->map['is_custom'] = 0; | 38 | $this->map['is_custom'] = 0; |
| 40 | $lists = $bTemplateLog->lists($this->map,$this->page,$this->row,$this->order,['id','template_id','operator_id','source','created_at','updated_at']); | 39 | $lists = $bTemplateLog->lists($this->map,$this->page,$this->row,$this->order,['id','template_id','operator_id','source','created_at','updated_at']); |
| 41 | if(!empty($lists['list'])){ | 40 | if(!empty($lists['list'])){ |
-
请 注册 或 登录 后发表评论