Explorar el Código

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

sunxbiao hace 9 meses
padre
commit
1c8faf6f77
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;