xuyonghao
2024-12-03 195ae13bbf2931c33165ac83a149fd5e230fd0b4
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")