tangjiang 1 сар өмнө
parent
commit
9c3b783e80

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