Browse Source

补充注释

王刚 3 years ago
parent
commit
fcde35c6ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gameserver/Amfphp/process/UserProc.php

+ 1 - 1
Gameserver/Amfphp/process/UserProc.php

@@ -554,7 +554,7 @@ class UserProc {
     public static function getUserInfo($zoneid, $uid) {
         $key = MemKey_User::Info_hash($zoneid, $uid);
         $a = new Data_UserGame();
-        if (null == $a->readDataFromMem($key)) {
+        if (null == $a->readDataFromMem($key)) {                                # ps.下面这一段代码和经常删号会有冲突,因此关闭了 --gwang 2022.2.28
 //            $collection = "ylsj2019.userInfoBack";
 //            $cursor = gMongo()->find($collection, ['key' => $key]);
 //            if ($cursor && $cursor->valid()) {