tangjiang 1 개월 전
부모
커밋
9c3b783e80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Hotline.Application/CallCenter/Calls/TelsStatusRefreshService.cs

+ 1 - 1
src/Hotline.Application/CallCenter/Calls/TelsStatusRefreshService.cs

@@ -54,7 +54,7 @@ namespace Hotline.Application.CallCenter.Calls
                                 }
 
                                 item.OffDuty();
-                               // await _workRepository.UpdateAsync(item, stoppingToken);
+                                await _workRepository.UpdateAsync(item, stoppingToken);
                                 _cacheWork.Remove(item.GetKey(KeyMode.UserId));
                                 _cacheWork.Remove(item.GetKey(KeyMode.TelNo));