xuyonghao
2024-12-03 195ae13bbf2931c33165ac83a149fd5e230fd0b4
获取对话记录表修复
1个文件已修改
2 ■■■ 已修改文件
app/service/bisheng.py 2 ●●● 补丁 | 查看 | 原始文档 | 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")