Explorar o código

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

Davidliu hai 3 meses
pai
achega
8212e19fc4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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}")