huangfeng 6 months ago
parent 27ab37caef
commit acff760020

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

Loading…
Cancel
Save