作者 lyh

gx

@@ -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();