1
13693261870
2024-12-13 b7a71b30c1c1b06a162678c90a54c8188097dc81
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
        }
    }
}