|
@@ -107,7 +107,7 @@ class Topicdongtai extends Api
|
|
|
->join('user','dt.user_id = user.id','LEFT')
|
|
|
->field($field)
|
|
|
->where($where)
|
|
|
- ->order('dt.id desc')->autopage()->select(false);echo $list;exit;
|
|
|
+ ->order('dt.id desc')->autopage()->select();
|
|
|
$list = list_domain_image($list,['images','audio_file','avatar','video_file']);
|
|
|
|
|
|
if(!empty($list)){
|