Commit 7428b085 authored by hujun's avatar hujun

去除id判断

parent 3b48e985
......@@ -33,9 +33,9 @@ class Feed extends Basic
$where = [];
$where['status'] = 0;
if (!empty($this->agentId)) {
$where[0] = ['EXP','find_in_set('.$this->agentId.',agent_id) or agent_id = -1'];
}
// if (!empty($this->agentId)) {
// $where[0] = ['EXP','find_in_set('.$this->agentId.',agent_id) or agent_id = -1'];
// }
$data = $push->getList($pageNo, $pageSize, 'id DESC', $field, $where);
......
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