|
@@ -553,7 +553,7 @@ class Press extends Base
|
|
|
$v['user_name'] = $user_info['name'];
|
|
|
$v['headimg'] = $user_info['headimg'];
|
|
|
$parent_comment = PressComment::where([['t.id','=',$v['pid']]])
|
|
|
- ->field('t.id,t.first_id press_id,t.content,i.title,i.cover,images,t.pid,u.name')
|
|
|
+ ->field('t.id,t.first_id press_id,t.content,i.title,i.cover,i.images,t.pid,u.name')
|
|
|
->alias('t')
|
|
|
->leftJoin('Press i','t.first_id = i.id')
|
|
|
->leftJoin('store_member u','t.user_id = u.id')
|