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