From 65e68d3c8b138c7f4207a03c4d867f8b095eedae Mon Sep 17 00:00:00 2001 From: Lqc Date: Thu, 18 Sep 2025 08:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecg/modules/aiol/controller/AiolQuestionController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecg-boot/jeecg-boot-module/jeecg-module-aiol/src/main/java/org/jeecg/modules/aiol/controller/AiolQuestionController.java b/jeecg-boot/jeecg-boot-module/jeecg-module-aiol/src/main/java/org/jeecg/modules/aiol/controller/AiolQuestionController.java index 70712a23..15e16822 100644 --- a/jeecg-boot/jeecg-boot-module/jeecg-module-aiol/src/main/java/org/jeecg/modules/aiol/controller/AiolQuestionController.java +++ b/jeecg-boot/jeecg-boot-module/jeecg-module-aiol/src/main/java/org/jeecg/modules/aiol/controller/AiolQuestionController.java @@ -92,7 +92,7 @@ public class AiolQuestionController extends JeecgController add(@RequestBody AiolQuestion aiolQuestion,@RequestParam String repoId) { + public Result add(@RequestBody AiolQuestion aiolQuestion,@RequestParam(name="repoId",required=false) String repoId) { aiolQuestion.setStatus(1); aiolQuestionService.save(aiolQuestion); //题库题目添加