Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
yoho-live
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
wuxiao
2016-08-23 16:21:15 +0800
Commit
f0c0038bd9b3f21fd4defe809b4128dd180feaaf
2 parents
f227728a
a6aa57ed
Merge branch 'develop' of
http://git.yoho.cn/web/yoho-live
into develop
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
soa/controllers/v1/RoomController.php
soa/controllers/v1/RoomController.php
View file @
f0c0038
...
...
@@ -161,7 +161,7 @@ class RoomController extends BaseController
$uids
=
(
new
\yii\db\Query
())
->
select
([
'uid'
])
->
from
(
'tbl_forbidden'
)
->
where
([
'room_id'
=>
$room_id
])
->
where
([
'room_id'
=>
$room_id
,
'status'
=>
Yii
::
$app
->
params
[
'config'
][
'is_forbid_stat'
]
])
->
all
();
if
(
$uids
)
{
foreach
(
$uids
as
$v
)
{
...
...
Please
register
or
login
to post a comment