Davidliu 2 months ago
parent
commit
2974ab870d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/callcenter/data_handler.py

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

@@ -37,6 +37,7 @@ class DataHandleServer:
 
     @with_app_context
     def update_record(self, session_id, **kwargs):
+        self.app.logger.info(f"update_record::session_id:{session_id}")
         call_record = CallRecord.query.filter(CallRecord.session_id == session_id).first()
         if not call_record:
             self.app.logger.info("update_record::call_recard is empty !!!")