作者 lyh

gx

... ... @@ -187,6 +187,7 @@ class ATemplateController extends BaseController
}
$filed = ['id','name','status','image','created_at'];
$this->map['test_model'] = 0;
$this->map['project_id'] = 0;
$lists = $aTemplateLogic->aTemplateList($this->map,$this->page,$this->row,$this->order,$filed);
$data = [];
if(!empty($lists) && !empty($lists['list'])){
... ...
... ... @@ -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['deleted_status'] = 0;
$map['status'] = 0;
$lists = $this->model->lists($map,$page,$row,$order,$filed);
... ...