Commit 5b6cfe02 authored by caotao's avatar caotao

解决service的循环依赖问题

parent bd72d517
......@@ -64,15 +64,6 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
@Autowired
TemporaryDataServiceImpl temporaryDataService;
@Autowired
SjglZsjZsbtzServiceImpl sjglZsjZsbtzServiceImpl;
@Autowired
TpriDmpDatabookServiceImpl tpriDmpDatabookServiceImpl;
@Autowired
StationDataTaskImpl stationDataTask;
@Override
public void UpdateMonitorFanIndicator(List<IndexDto> list) {
......
......@@ -31,8 +31,7 @@ public class StationDataTaskImpl {
@Autowired
TpriDmpDatabookServiceImpl tpriDmpDatabookServiceImpl;
@Autowired
InfluxDbConnection influxDbConnection;
@Autowired
MonitorFanIndicatorImpl monitorFanIndicatorImpl;
@Value("${station.section}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment