Commit 207652dc by 冷斌

fix bug

parent 42d95392
......@@ -62,7 +62,7 @@ class ManualController extends AdminbaseController {
}
$liang = M('liang')->where("name='$user_login'")->getField("uid");
if (!$liang) {
if ($liang > 0) {
$user_login = $liang;
}
// $uid=$users_obj->where("id='$user_login'")->getField("id");
......
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