Commit 7a45d6c4 authored by 赵威's avatar 赵威

update type

parent 0cded9e9
......@@ -63,7 +63,7 @@ def get_diary_dict_from_redis():
tmp[col_name] = 0
else:
tmp[col_name] = elem
res[tmp["card_id"]] = tmp
res[int(tmp["card_id"])] = tmp
return res
......
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