|
|
@@ -185,12 +185,6 @@ class CheckRollingController extends Controller
|
|
|
if (!empty($match_id)) {
|
|
|
$where[] = array('money_buy_simplex.match_id', $match_id);
|
|
|
}
|
|
|
- if ($status != -1) {
|
|
|
- $where[] = array('money_buy_simplex.settle_status', '=', $status);
|
|
|
- }
|
|
|
- if ($order_status != -1) {
|
|
|
- $where[] = array('money_buy_simplex.status', '=', $order_status);
|
|
|
- }
|
|
|
$where[] = array('money_buy_simplex.game_code', $type);
|
|
|
$newapp = new \App\Models\SportsNoteList();
|
|
|
$data = $newapp->checkinfo($list, $page, $where, $type);
|
|
|
@@ -212,6 +206,7 @@ class CheckRollingController extends Controller
|
|
|
$request['status'] = isset($req->status) ? trim($req->status) : '-1';
|
|
|
$request['order_status'] = isset($req->order_status) ? trim($req->order_status) : '-1';
|
|
|
$request['type'] = isset($req->type) ? trim($req->type) : 'zq';
|
|
|
+ $request['check'] = 'check';
|
|
|
$dt = \App\Lib\DataTable\DataTable::init();
|
|
|
$dt->setDataSource('/admin/CheckRolling/info');
|
|
|
$dt->setLang('sportsnotelist');
|