Просмотр исходного кода

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

sunxbiao месяцев назад: 9
Родитель
Сommit
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 1112
 //            'now_money' => $this->request->param('type', 0),
1113 1113
             'status' => $this->request->param('status'),
1114 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 1117
         if ($this->request->param('is_red') == true) {
1118 1118
             $where['is_red_brokerage'] = 1;