Commit 6aaaf2a5 authored by xianyang's avatar xianyang

优化业务类型汇总2

parent c70074ef
...@@ -279,9 +279,9 @@ class ReferenceTypeClassification(): ...@@ -279,9 +279,9 @@ class ReferenceTypeClassification():
op['nickname'] = account_dict.get(op['uuid']) op['nickname'] = account_dict.get(op['uuid'])
else: else:
if op.get('amount_type') == 'backpack': if op.get('amount_type') == 'backpack':
op['nickname'] = '背包送出' op['nickname'] = '背包账户'
elif op.get('amount_type') == 'consumable': elif op.get('amount_type') == 'consumable':
op['nickname'] = '钻石送出' op['nickname'] = '钻石账户'
else: else:
op['nickname'] = '用户' op['nickname'] = '用户'
if op.get('type') == 0: if op.get('type') == 0:
......
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