Explorar o código

fix: 解决bug

余尚辉 hai 20 horas
pai
achega
c4a2d00f38
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/callcenter/views.py

+ 1 - 1
src/core/callcenter/views.py

@@ -19,7 +19,7 @@ outbound_client = OutboundClient(agent,app)
 call_service = CallService(inbound_client, app.logger)
 agent_service = AgentService(inbound_client, app.logger)
 agent_oper_service = AgentOperService(inbound_client, app.logger)
-acd_service = AcdService(inbound_client, app.logger)
+acd_service = AcdService(inbound_client, app)
 agent.acd_service = acd_service