mg
2022-10-12 3f9ebf19e687c33287b0eaec64d4564a212f57db
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~!");
    }
}