作者 lyh

gx

@@ -36,6 +36,7 @@ class BTemplateLogController extends BaseController @@ -36,6 +36,7 @@ class BTemplateLogController extends BaseController
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; 38 $this->map['source'] = 1;
  39 + $this->map['is_custom'] = 0;
39 $lists = $bTemplateLog->lists($this->map,$this->page,$this->row,$this->order,['id','template_id','operator_id','source','created_at','updated_at']); 40 $lists = $bTemplateLog->lists($this->map,$this->page,$this->row,$this->order,['id','template_id','operator_id','source','created_at','updated_at']);
40 if(!empty($lists['list'])){ 41 if(!empty($lists['list'])){
41 $templateModel = new Template(); 42 $templateModel = new Template();