Commit d6bc0e12 by 冷斌

update

parent 5140bd65
......@@ -76,6 +76,10 @@ class PushController extends AdminbaseController {
$touid=preg_replace("/,|,/",",", $touid);
$userIds = explode(',', $touid);
foreach ($userIds as $userId) {
$liang = M("liang")->select('uid')->where('name='.$userId.' and state=1')->find();
var_dump($liang);
}
var_dump($userIds);
die;
......
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