Commit ca804abe authored by wangzhengwen's avatar wangzhengwen

发布方添加

parent 0a88b5b2
...@@ -191,7 +191,7 @@ class Project extends Model ...@@ -191,7 +191,7 @@ class Project extends Model
} }
$list = $query->field('id,sn,title,createtime,cate_id,yusuan,zhouqi,tag_ids,put_end_time,thumb') $list = $query->field('id,sn,title,createtime,cate_id,yusuan,zhouqi,tag_ids,put_end_time,thumb')
->with(['thumb']) ->with(['thumb','getuserdata'])
->paginate([ ->paginate([
'page' => $page, 'page' => $page,
'list_rows' => $pageSize 'list_rows' => $pageSize
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment