app/service/bisheng.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
app/service/bisheng.py
@@ -90,7 +90,7 @@ name = message_json['query'] elif 'report_name' in message_json: name = message_json['report_name'] except json.JSONDecodeError: except Exception as e: pass if not name: name = item.get("flow_name")