Commit 588899b6 authored by zhuwei's avatar zhuwei

bug

parent e860c1b9
...@@ -124,7 +124,7 @@ class Remark extends Basic ...@@ -124,7 +124,7 @@ class Remark extends Basic
$where['agent_id'] = ['in', $agent_id]; $where['agent_id'] = ['in', $agent_id];
} }
} }
$field = 'user_id,create_time,content,user_status,labels_id,agent_id as f_agent_id'; $field = 'id,user_id,create_time,content,user_status,labels_id,agent_id as f_agent_id';
$data['data']['list'] = $u_phone_follow->getFollowList($pageNo, $pageSize, $order_ = 'id desc', $field, $where); $data['data']['list'] = $u_phone_follow->getFollowList($pageNo, $pageSize, $order_ = 'id desc', $field, $where);
foreach ($data['data']['list'] as $k=>$v) { foreach ($data['data']['list'] as $k=>$v) {
......
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