细节调整
This commit is contained in:
		
							parent
							
								
									1c9a4afcbc
								
							
						
					
					
						commit
						9653eb6f18
					
				| 
						 | 
					@ -76,7 +76,6 @@ 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