Commit 77967f44 by 冷斌

fix bug

parent fdaf1811
......@@ -62,12 +62,12 @@ class ManualController extends AdminbaseController {
}
$liang = M('liang')->where("name='$user_login'")->getField("uid");
var_dump($liang);
die;
if (!$liang) {
$user_login = $liang;
}
$uid=$users_obj->where("id='$user_login'")->getField("id");
var_dump($uid);
die;
if(!$uid){
$this->error("会员不存在,请更正");
......
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