|
@@ -1701,7 +1701,7 @@ namespace IMCS.CCS.Service.Impl
|
|
|
var deviceListData = await _redisService.Database.StringGetAsync(device_redis_key);
|
|
|
if (deviceListData.IsNullOrEmpty)
|
|
|
{
|
|
|
- deviceList = _deviceService.GetDeviceList();
|
|
|
+ deviceList = _deviceService.GetDeviceAllList();
|
|
|
await _redisService.Database.StringSetAsync(device_redis_key, JsonConvert.SerializeObject(deviceList));
|
|
|
}
|
|
|
else
|