更新
This commit is contained in:
parent
a81d84524e
commit
431c0db264
@ -127,7 +127,7 @@ class Statistics extends BaseController
|
||||
$where[] = ['p.source', '=', 200];
|
||||
break;
|
||||
case 300:
|
||||
$where[] = ['p.source', '=', 300];
|
||||
$where[] = ['p.source', '=', 0];
|
||||
break;
|
||||
default:
|
||||
return app('json')->fail('type:格式错误');
|
||||
@ -171,7 +171,7 @@ class Statistics extends BaseController
|
||||
$where[] = ['p.source', '=', 200];
|
||||
break;
|
||||
case 300:
|
||||
$where[] = ['p.source', '=', 300];
|
||||
$where[] = ['p.source', '=', 0];
|
||||
break;
|
||||
default:
|
||||
return app('json')->fail('type:格式错误');
|
||||
|
Loading…
x
Reference in New Issue
Block a user