正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -74,7 +74,7 @@ class BTemplateLogController extends BaseController | @@ -74,7 +74,7 @@ class BTemplateLogController extends BaseController | ||
| 74 | $this->response('请先选择模版',Code::SYSTEM_ERROR); | 74 | $this->response('请先选择模版',Code::SYSTEM_ERROR); |
| 75 | } | 75 | } |
| 76 | $this->map = ['source'=>$this->param['source'],'source_id'=>$this->param['source_id'],'is_custom'=>$is_custom,'template_id'=>$settingInfo['template_id']]; | 76 | $this->map = ['source'=>$this->param['source'],'source_id'=>$this->param['source_id'],'is_custom'=>$is_custom,'template_id'=>$settingInfo['template_id']]; |
| 77 | - $lists = $bTemplateLog->lists($this->map,$this->page,$this->row,$this->order,['id','template_id','operator_id','source','created_at','updated_at']); | 77 | + $lists = $bTemplateLog->lists($this->map,$this->page,$this->row,$this->order,['id','template_id','operator_id','source','source_id','created_at','updated_at']); |
| 78 | if(!empty($lists['list'])){ | 78 | if(!empty($lists['list'])){ |
| 79 | $templateModel = new Template(); | 79 | $templateModel = new Template(); |
| 80 | $userModel = new User(); | 80 | $userModel = new User(); |
-
请 注册 或 登录 后发表评论