细节调整

This commit is contained in:
yanghongwei 2025-08-26 15:12:26 +08:00
parent 1c9a4afcbc
commit 9653eb6f18
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ 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();