Commit c50d906d by 冷斌

fix bug

parent e4d7146e
......@@ -408,6 +408,8 @@ class Model_User extends PhalApi_Model_NotORM
}
if ($source == 2 && $cashvotes > $user['i_votes']) {
var_dump($cashvotes > $user['i_votes'], $cashvotes, $user['i_votes']);
die;
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