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