|
@@ -115,7 +115,7 @@ class Eyemargin extends Common
|
|
|
* @return false|mixed|\PDOStatement|string|\think\Collection
|
|
|
*/
|
|
|
private function getFateInfo($redis_ids,$field,$user_id,&$common_where) {
|
|
|
- $redis_ids && $common_where['a.id'] = ['notin',implode(',',$redis_ids)];
|
|
|
+ $redis_ids && $common_where['a.id'] = ['not in',implode(',',$redis_ids)];
|
|
|
|
|
|
// 按照距离排序
|
|
|
$where = [];
|