作者 lyh

超过120小时未处理的工单

@@ -27,7 +27,7 @@ class ATemplateController extends BaseController @@ -27,7 +27,7 @@ class ATemplateController extends BaseController
27 public function lists(ATemplateLogic $aTemplateLogic){ 27 public function lists(ATemplateLogic $aTemplateLogic){
28 $templateLabel = new TemplateLabel(); 28 $templateLabel = new TemplateLabel();
29 $this->map = $this->searchLabelName($templateLabel); 29 $this->map = $this->searchLabelName($templateLabel);
30 - $filed = ['id','name','image','url','status','upload_id','sort','deleted_status','test_model','submit_time','front_status','design_status','created_at','project_id']; 30 + $filed = ['id','name','image','url','status','upload_id','sort','deleted_status','test_model','submit_time','design_msg','front_msg','created_at','project_id'];
31 $lists = $aTemplateLogic->aTemplateList($this->map,$this->page,$this->row,$this->order,$filed); 31 $lists = $aTemplateLogic->aTemplateList($this->map,$this->page,$this->row,$this->order,$filed);
32 if(!empty($lists) && !empty($lists['list'])){ 32 if(!empty($lists) && !empty($lists['list'])){
33 $manageModel = new Manage(); 33 $manageModel = new Manage();