|
|
@@ -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;
|