Commit 3ebbb01a by 冷斌

update

parent 3f6325cd
......@@ -82,7 +82,7 @@ class PushController extends AdminbaseController {
'state' => 1,
])->find();
if (!empty($liang)) {
$userIds[$key] = $liang['id'];
$userIds[$key] = $liang['uid'];
}
}
var_dump($userIds);
......
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