|
...
|
...
|
@@ -23,6 +23,8 @@ class ATemplateLogic extends BaseLogic |
|
|
|
* @time :2023/6/28 17:03
|
|
|
|
*/
|
|
|
|
public function aTemplateList($map,$page,$row,$order = ['created_at'],$filed = ['id','name','status','deleted_status','sort','image']){
|
|
|
|
$map['deleted_status'] = 0;
|
|
|
|
$map['status'] = 0;
|
|
|
|
$lists = $this->model->lists($map,$page,$row,$order,$filed);
|
|
|
|
return $this->success($lists);
|
|
|
|
}
|
...
|
...
|
|