|
...
|
...
|
@@ -74,7 +74,7 @@ class BTemplateLogController extends BaseController |
|
|
|
$this->response('请先选择模版',Code::SYSTEM_ERROR);
|
|
|
|
}
|
|
|
|
$this->map = ['source'=>$this->param['source'],'source_id'=>$this->param['source_id'],'is_custom'=>$is_custom,'template_id'=>$settingInfo['template_id']];
|
|
|
|
$lists = $bTemplateLog->lists($this->map,$this->page,$this->row,$this->order,['id','template_id','operator_id','source','created_at','updated_at']);
|
|
|
|
$lists = $bTemplateLog->lists($this->map,$this->page,$this->row,$this->order,['id','template_id','operator_id','source','source_id','created_at','updated_at']);
|
|
|
|
if(!empty($lists['list'])){
|
|
|
|
$templateModel = new Template();
|
|
|
|
$userModel = new User();
|
...
|
...
|
|