细节调整

This commit is contained in:
yanghongwei 2025-08-20 22:46:00 +08:00
parent 83df6abc46
commit dceaf4e424
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ namespace LY.App.Service
await _db.CopyNew().Insertable(entity).SplitTable().ExecuteReturnSnowflakeIdListAsync();
//推送报警信息
await _pushService.SendMessageToAll(new { msgType = "event", data = entity });
await _redisService.DeleteAsync(RedisKeyList.index_data());
}
}
return new ApiResult();