|
|
|
@ -42,6 +42,8 @@ public class IcdFileConfigServiceImpl implements IcdFileConfigService {
|
|
|
|
|
RptparamindexRepository rptparamindexRepository;
|
|
|
|
|
@Resource
|
|
|
|
|
DataService dataService;
|
|
|
|
|
@Resource
|
|
|
|
|
IedDlConfigRepository iedDlConfigRepository;
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public void upload(String xml, String filename, int srv) throws Exception {
|
|
|
|
@ -229,6 +231,7 @@ public class IcdFileConfigServiceImpl implements IcdFileConfigService {
|
|
|
|
|
configRepository.deleteAll();
|
|
|
|
|
fileRepository.deleteAll();
|
|
|
|
|
iedRepository.deleteAll();
|
|
|
|
|
iedDlConfigRepository.deleteAll();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|