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));