Commit f49f1660 by 冷斌

debug

parent 3cee383a
......@@ -904,10 +904,7 @@ class Model_User extends PhalApi_Model_NotORM
return 1;
}
$a = DI()->notorm->liang->where("uid={$params['uid']}")->update(array('state'=>0) );
var_dump($a, $params);
die;
DI()->notorm->liang->where("uid={$params['uid']}")->update(array('state'=>0) );
$setstatus=$params['state']?0:1;
$data=array(
......
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