src/main/kotlin/cn/flightfeather/supervision/lightshare/service/impl/ProblemlistServiceImpl.kt
@@ -526,6 +526,7 @@ return "success" } override fun changeProblem(problemId: String, files: Array<MultipartFile>): BaseResponse<String> { // 问题和问题图片合法性检查 val p = problemlistMapper.selectByPrimaryKey(problemId) ?: return BaseResponse(false, "问题不存在")