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