Commit b815ce6b by 冷斌

update

parent 1ddaf619
...@@ -77,7 +77,7 @@ class PushController extends AdminbaseController { ...@@ -77,7 +77,7 @@ class PushController extends AdminbaseController {
$userIds = explode(',', $touid); $userIds = explode(',', $touid);
foreach ($userIds as $userId) { foreach ($userIds as $userId) {
$liang = M("liang")->select('uid')->where([ $liang = M("liang")->where([
'name' => $userId, 'name' => $userId,
'state' => 1, 'state' => 1,
])->find(); ])->find();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment