Fix Introduction user selection
This commit is contained in:
parent
a88cc8d5c8
commit
d8ac002001
|
@ -109,7 +109,7 @@ class Introduction extends BaseRepository
|
|||
{
|
||||
try {
|
||||
$BaseCollection = parent::_selectByBoundaries(
|
||||
['`uid = ?` AND NOT `ignore`',$uid],
|
||||
['`uid` = ? AND NOT `ignore`',$uid],
|
||||
['order' => ['id' => 'DESC']],
|
||||
$min_id, $max_id, $limit);
|
||||
} catch (\Exception $e) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user