evoxwht 4 лет назад
Родитель
Сommit
b005e70e3f
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      crmeb/app/services/user/UserBillServices.php

+ 0 - 1
crmeb/app/services/user/UserBillServices.php

@@ -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)) {