Browse Source

Merge branch 'develop' of ssh://gitlab.fuxicarbon.com:1111/client_service/voice-gateway-service into develop

Davidliu 3 months ago
parent
commit
8212e19fc4
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

@@ -19,6 +19,7 @@ class DataHandleServer:
             "service_category": service_category,
             "user_id":user_id,
             "user_name": user_name,
+            'status': 0
         }
         call_record = CallRecord()
         self.app.logger.info(f"创建通话记录: {call_info}")