余尚辉 4 mesiacov pred
rodič
commit
8e4bd84f15
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      src/core/callcenter/data_handler.py

+ 1 - 0
src/core/callcenter/data_handler.py

@@ -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()