|
...
|
...
|
@@ -29,7 +29,7 @@ class CustomTemplateLogic extends BaseLogic |
|
|
|
* @time :2023/6/29 15:46
|
|
|
|
*/
|
|
|
|
public function customTemplateLists($map,$page,$row,$order = 'created_at'){
|
|
|
|
$filed = ['id','name','status','url','title','keywords','description','project_id','is_upgrade','six_read','created_at','updated_at'];
|
|
|
|
$filed = ['id','name','status','url','title','keywords','description','project_id','is_upgrade','six_read','is_visualization','created_at','updated_at'];
|
|
|
|
$map['deleted_status'] = 0;
|
|
|
|
$map['project_id'] = $this->user['project_id'];
|
|
|
|
$lists = $this->model->lists($map,$page,$row,$order,$filed);
|
...
|
...
|
|