|
|
@ -111,6 +111,9 @@ public class Client61850Task {
|
|
|
|
|
|
|
|
|
|
|
|
@Scheduled(initialDelay = 60 * 1000, fixedDelay = 60 * 1000)
|
|
|
|
@Scheduled(initialDelay = 60 * 1000, fixedDelay = 60 * 1000)
|
|
|
|
private void testAll() {
|
|
|
|
private void testAll() {
|
|
|
|
|
|
|
|
if (!enable) {
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
List<IcdIed> iedTestList = new ArrayList<>();
|
|
|
|
List<IcdIed> iedTestList = new ArrayList<>();
|
|
|
|
List<IcdFile> icdFileList = fileRepository.findAll();
|
|
|
|
List<IcdFile> icdFileList = fileRepository.findAll();
|
|
|
|
if (!CollectionUtils.isEmpty(icdFileList)) {
|
|
|
|
if (!CollectionUtils.isEmpty(icdFileList)) {
|
|
|
|