正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -110,8 +110,8 @@ class AiBlogController extends BaseController | @@ -110,8 +110,8 @@ class AiBlogController extends BaseController | ||
| 110 | * @time :2025/2/21 11:44 | 110 | * @time :2025/2/21 11:44 |
| 111 | */ | 111 | */ |
| 112 | public function getAiBlogAuthor(AiBlogAuthor $aiBlogAuthor){ | 112 | public function getAiBlogAuthor(AiBlogAuthor $aiBlogAuthor){ |
| 113 | - $field = ['author_id','title','image','description','created_at','updated_at']; | ||
| 114 | - $lists = $aiBlogAuthor->lists($this->map,$this->page,$this->row,$field); | 113 | + $field = ['author_id','title','image','created_at','updated_at']; |
| 114 | + $lists = $aiBlogAuthor->lists($this->map,$this->page,$this->row,'id',$field); | ||
| 115 | $this->response('success',Code::SUCCESS,$lists); | 115 | $this->response('success',Code::SUCCESS,$lists); |
| 116 | } | 116 | } |
| 117 | 117 |
-
请 注册 或 登录 后发表评论