se-modules/se-system/src/main/java/com/se/system/service/impl/SysSoftServiceImpl.java
@@ -107,10 +107,12 @@ return list; } public void runSoftTest() throws Exception { public void runSoftTest() { List<SysSoft> list = getList(); if (CollectionUtils.isEmpty(list)) return; // for (SysSoft soft : list) { //docker } } }