正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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(); |
-
请 注册 或 登录 后发表评论