Commit cbe73b57 by 冷斌

族员审核列表

parent 51d84039
......@@ -1021,7 +1021,7 @@ class Model_User extends PhalApi_Model_NotORM
'reason'=>''
);
$result=DI()->notorm->users_family->where("id={$id}")->save($data);
$result=DI()->notorm->users_family->where("id={$id}")->update($data);
if(!$result){
return 2;
}
......
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