正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -110,7 +110,7 @@ class AiBlogController extends BaseController | @@ -110,7 +110,7 @@ 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','created_at','updated_at']; | 113 | + $field = ['id','author_id','title','image','created_at','updated_at']; |
| 114 | $lists = $aiBlogAuthor->lists($this->map,$this->page,$this->row,'id',$field); | 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 | } |
-
请 注册 或 登录 后发表评论