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