作者 lyh

gx

@@ -26,7 +26,8 @@ class CustomTemplateLogic extends BaseLogic @@ -26,7 +26,8 @@ class CustomTemplateLogic extends BaseLogic
26 * @method :post 26 * @method :post
27 * @time :2023/6/29 15:46 27 * @time :2023/6/29 15:46
28 */ 28 */
29 - public function customTemplateLists($map,$page,$row,$order = 'created_at',$filed = ['*']){ 29 + public function customTemplateLists($map,$page,$row,$order = 'created_at'){
  30 + $filed = ['id','name','status','url','title','keywords','description','project_id','created_at','updated_at'];
30 $map['deleted_status'] = 0; 31 $map['deleted_status'] = 0;
31 $map['project_id'] = $this->user['project_id']; 32 $map['project_id'] = $this->user['project_id'];
32 $lists = $this->model->lists($map,$page,$row,$order,$filed); 33 $lists = $this->model->lists($map,$page,$row,$order,$filed);