|
@@ -90,6 +90,7 @@ function root:get_column_db_value(column)
|
90
|
90
|
end
|
91
|
91
|
local key = self:get_module_redis_key()
|
92
|
92
|
local val = lib_game_redis:hget(key, column)
|
|
93
|
+ log.info("get_column_db_value key[%s] column[%s] val[%s]", tostring(key), tostring(column), tostring(val))
|
93
|
94
|
if self:is_json(column) then
|
94
|
95
|
val = string.format("'%s'", cjson_encode(val))
|
95
|
96
|
elseif self:is_number(column) then
|