mg
2022-10-12 09b28dc1ded086a78b5146e2e6f6cc2338b22e11
ycl-platform/src/main/java/com/ycl/controller/caseHandler/BaseCaseController.java
@@ -28,7 +28,6 @@
import org.springframework.web.bind.annotation.*;
import java.util.List;
import java.util.UUID;
/**
@@ -259,4 +258,6 @@
        baseCaseService.endCase(caseId, result);
        return CommonResult.success("end case success~!");
    }
}