Commit b815ce6b by 冷斌

update

parent 1ddaf619
......@@ -77,7 +77,7 @@ class PushController extends AdminbaseController {
$userIds = explode(',', $touid);
foreach ($userIds as $userId) {
$liang = M("liang")->select('uid')->where([
$liang = M("liang")->where([
'name' => $userId,
'state' => 1,
])->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