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