1
13693261870
2024-12-11 c6550a4d9bd69e59e9bb6ac6ad740e509edbd215
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
        }
    }
}