|
...
|
...
|
@@ -24,7 +24,7 @@ class AiBlogController extends BaseController |
|
|
|
if(isset($this->map['new_title']) && !empty($this->map['new_title'])){
|
|
|
|
$this->map['new_title'] = ['like', '%'.$this->map['new_title'].'%'];
|
|
|
|
}
|
|
|
|
$lists = $aiBlog->lists($this->map,$this->page,$this->row,'id',['id','keyword','new_title','route','image','task_id','status','created_at','updated_at']);
|
|
|
|
$lists = $aiBlog->lists($this->map,$this->page,$this->row,'id',['id','keyword','new_title','route','image','task_id','status','uuid','created_at','updated_at']);
|
|
|
|
if(!empty($lists) && !empty($lists['list'])){
|
|
|
|
foreach ($lists['list'] as $k => $v){
|
|
|
|
$v['image'] = getImageUrl($v['image']);
|
...
|
...
|
|