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