Преглед на файлове

总部后台-用户-收益记录,过滤commission_type为0的记录

sunxbiao преди 9 месеца
родител
ревизия
1c8faf6f77
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/controller/admin/user/User.php

+ 1 - 1
app/controller/admin/user/User.php

@@ -1112,7 +1112,7 @@ class User extends BaseController
1112
 //            'now_money' => $this->request->param('type', 0),
1112
 //            'now_money' => $this->request->param('type', 0),
1113
             'status' => $this->request->param('status'),
1113
             'status' => $this->request->param('status'),
1114
 //            'mer_id' => $this->request->merId()
1114
 //            'mer_id' => $this->request->merId()
1115
-            'not_commission_type' => [5, 7, 17, 19],
1115
+            'not_commission_type' => [0, 5, 7, 17, 19],
1116
         ];
1116
         ];
1117
         if ($this->request->param('is_red') == true) {
1117
         if ($this->request->param('is_red') == true) {
1118
             $where['is_red_brokerage'] = 1;
1118
             $where['is_red_brokerage'] = 1;