Commit 72345d62 by 冷斌

族员审核列表

parent e5a4e4a6
...@@ -1022,11 +1022,11 @@ class Model_User extends PhalApi_Model_NotORM ...@@ -1022,11 +1022,11 @@ class Model_User extends PhalApi_Model_NotORM
); );
$result=DI()->notorm->users_family->where("id={$id} and familyid={$familyId} ")->update($data); $result=DI()->notorm->users_family->where("id={$id} and familyid={$familyId} ")->update($data);
if(!$result){ if($result){
return 2; return 1;
} }
return 1; 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