|
@@ -60,5 +60,6 @@ class DataHandleServer:
|
|
|
@with_app_context
|
|
|
def update_call_record_bussiness_type(self, session):
|
|
|
BotRecord = BotRecords.query.filter(session == session).first()
|
|
|
+ print("BotRecord",BotRecord.intent,session)
|
|
|
self.update_record(session, {"bussiness_type": BotRecord.intent})
|
|
|
db.session.commit()
|