hch
2019-03-02 896039ebf3997a7059afde318812ec6ed734d1dc
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerDBOper.py
@@ -27,6 +27,7 @@
import IPY_GameServer
import ReadChConfig
import base64
import json
#[isBase64, gbk]
EncodingList = ReadChConfig.GetEvalChConfig("EncodingTex")
@@ -152,7 +153,7 @@
    sendDict, callFunc, extendValueList = g_dbCommandList.pop(0)
    
    #0:不返回,1:DB返回信息到GameServer
    GameWorld.GetGameWorld().SendDBOper(1, str(sendDict))
    GameWorld.GetGameWorld().SendDBOper(1, json.dumps(sendDict, ensure_ascii=False))
    GameWorld.Log("send dbcommand:%s"%sendDict)
    
    g_proccessCmdInfo = [callFunc, extendValueList]