|
|
@@ -1024,7 +1024,6 @@ class UserBillServices extends BaseServices
|
|
|
$where['time'] = $time;
|
|
|
}
|
|
|
$list = $this->dao->brokerageRankList($where, 0, 0);
|
|
|
-
|
|
|
$position_tmp_one = array_column($list, 'uid');
|
|
|
$position_tmp_two = array_column($list, 'brokerage_price', 'uid');
|
|
|
if (!in_array($uid, $position_tmp_one)) {
|