计算缓存
This commit is contained in:
parent
3d62dfaa8a
commit
d003bb14e5
|
|
@ -67,6 +67,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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue