|
@@ -51,6 +51,7 @@ import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
import org.springframework.web.client.RestTemplate;
|
|
|
|
|
|
+import javax.annotation.Resource;
|
|
|
import java.util.*;
|
|
|
|
|
|
import static com.ruoyi.common.core.utils.DateUtils.YYYY_MM_DD_HH_MM_SS;
|
|
@@ -61,25 +62,25 @@ public class AlarmEventServiceImpl implements AlarmEventService {
|
|
|
|
|
|
Logger logger = LoggerFactory.getLogger(AlarmEventServiceImpl.class);
|
|
|
|
|
|
- @Autowired
|
|
|
+ @Resource
|
|
|
private RemoteDataService remoteDataService;
|
|
|
|
|
|
- @Autowired
|
|
|
+ @Resource
|
|
|
private ICentereventTEventcatalogueService centereventTEventcatalogueService;
|
|
|
|
|
|
- @Autowired
|
|
|
+ @Resource
|
|
|
private ICentereventDeptEventService centereventTDeptEventService;
|
|
|
|
|
|
- @Autowired
|
|
|
+ @Resource
|
|
|
private ICentereventTFireLogService centereventTFireLogService;
|
|
|
|
|
|
- @Autowired
|
|
|
+ @Resource
|
|
|
private ICentereventTEventtypeService centereventTEventtypeService;
|
|
|
|
|
|
- @Autowired
|
|
|
+ @Resource
|
|
|
private RemoteFileService fileService;
|
|
|
|
|
|
- @Autowired
|
|
|
+ @Resource
|
|
|
private AlarmEventMapper alarmEventMapper;
|
|
|
|
|
|
@Value("${sooka.dahuaservice.detail}")
|