소스 검색

删除无用换行

evoxwht 4 년 전
부모
커밋
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;
             $where['time'] = $time;
         }
         }
         $list = $this->dao->brokerageRankList($where, 0, 0);
         $list = $this->dao->brokerageRankList($where, 0, 0);
-
         $position_tmp_one = array_column($list, 'uid');
         $position_tmp_one = array_column($list, 'uid');
         $position_tmp_two = array_column($list, 'brokerage_price', 'uid');
         $position_tmp_two = array_column($list, 'brokerage_price', 'uid');
         if (!in_array($uid, $position_tmp_one)) {
         if (!in_array($uid, $position_tmp_one)) {