ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/LogicProcess/UserCtrlDB.py
@@ -4138,7 +4138,6 @@
        for i in xrange(0, recCnt):
            rec.clear()
            readLen = rec.readData(data, pos, len(data))
            rec.dumpString()
            if -1 == readLen:
                mylog.error('%s.%s readData failed, index = %s'%(self.__class__.__name_, inspect.stack()[0][3], i) )
                raise CommonDefine.ShortBuf(collectionName)    #如果读取出错,后面全错了