修改bug
parent
bc8558576f
commit
802c97682c
|
@ -26,12 +26,6 @@ import java.util.concurrent.TimeUnit;
|
||||||
@Log4j2
|
@Log4j2
|
||||||
public class RealTimeDataServiceImpl implements IncidentService {
|
public class RealTimeDataServiceImpl implements IncidentService {
|
||||||
|
|
||||||
/**
|
|
||||||
* 查询传入的数据是否存在
|
|
||||||
*/
|
|
||||||
@Autowired
|
|
||||||
private IncidentMapper incidentMapper;
|
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private RedisService redisService;
|
private RedisService redisService;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue