From 953185948a503d690290fe5c8d5d84fec32eeeb4 Mon Sep 17 00:00:00 2001 From: hshansha Date: Wed, 9 Jul 2025 16:22:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/kaohe/controller/KhKhrwResultController.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ruoyi-kaohe/src/main/java/com/ruoyi/kaohe/controller/KhKhrwResultController.java b/ruoyi-kaohe/src/main/java/com/ruoyi/kaohe/controller/KhKhrwResultController.java index 40eafaa..01c3762 100644 --- a/ruoyi-kaohe/src/main/java/com/ruoyi/kaohe/controller/KhKhrwResultController.java +++ b/ruoyi-kaohe/src/main/java/com/ruoyi/kaohe/controller/KhKhrwResultController.java @@ -51,7 +51,7 @@ public class KhKhrwResultController extends BaseController */ @PreAuthorize("@ss.hasPermi('kaohe:kh_result:generate')") @PostMapping("/generateResult") - public AjaxResult generateResult(@RequestBody KhPingce pc) { //传递参数 id、pc_title、bkhdxtype + public AjaxResult generateResult(KhPingce pc) { //传递参数 id、pcTitle、bkhdxtype JSONArray header = new JSONArray();//存放表头及表格关联数据 JSONObject headerData = new JSONObject(); headerData.put("name", null); @@ -217,7 +217,6 @@ public class KhKhrwResultController extends BaseController pcResult.setTableData(endData.toJSONString()); khKhrwResultService.insertKhKhrwResult(pcResult); return AjaxResult.success(); - } /**