细节调整
This commit is contained in:
		
							parent
							
								
									83df6abc46
								
							
						
					
					
						commit
						dceaf4e424
					
				| 
						 | 
					@ -76,6 +76,7 @@ namespace LY.App.Service
 | 
				
			||||||
                    await _db.CopyNew().Insertable(entity).SplitTable().ExecuteReturnSnowflakeIdListAsync();
 | 
					                    await _db.CopyNew().Insertable(entity).SplitTable().ExecuteReturnSnowflakeIdListAsync();
 | 
				
			||||||
                    //推送报警信息
 | 
					                    //推送报警信息
 | 
				
			||||||
                    await _pushService.SendMessageToAll(new { msgType = "event", data = entity });
 | 
					                    await _pushService.SendMessageToAll(new { msgType = "event", data = entity });
 | 
				
			||||||
 | 
					                    await _redisService.DeleteAsync(RedisKeyList.index_data());
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            return new ApiResult();
 | 
					            return new ApiResult();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue