shanghui 3 ヶ月 前
コミット
6954b15704
1 ファイル変更3 行追加4 行削除
  1. 3 4
      src/core/callcenter/agent.py

+ 3 - 4
src/core/callcenter/agent.py

@@ -295,9 +295,9 @@ class AgentOperService:
         self.agent_actionlog_service.insert_check_state(agent_monitor, AgentCheck.IN, AgentLogState.CHECKIN)
         self.agent_state_service.checkin(agent.saas_id, agent.out_id, agent.phone_num)
         print("checkin", agent_monitor,agent_monitor.check_state)
-        if req.scene == AgentScene.MANUAL.code:
-            # 如果是手动外呼增加置忙
-            self._handle_idle(req.scene, agent)
+        # if req.scene == AgentScene.MANUAL.code:
+        #     # 如果是手动外呼增加置忙
+        #     self._handle_idle(req.scene, agent)
         return self._push_event_for_checkin(agent, agent_monitor, phone, req.scene)
 
     @with_app_context
@@ -615,7 +615,6 @@ class AgentMonitorService:
         agent_monitor.heart_time = datetime.now()
         self.logger.info("update_checkin %s",  agent_monitor.check_state)
         db.session.commit()
-        db.session.refresh(agent_monitor)
 
     @with_app_context
     def update_checkout(self, agent_monitor):