From 617814b12098d979c39b70de3b773c0c3473ad6e Mon Sep 17 00:00:00 2001 From: gaozhaochen Date: Wed, 9 Aug 2023 14:06:16 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=AD=97=E6=AE=B5=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=90=8D=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hpgp/controller/mobile/HpGpIntelligentQAController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hpgp/controller/mobile/HpGpIntelligentQAController.java b/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hpgp/controller/mobile/HpGpIntelligentQAController.java index 6bc0fa9..a38d39b 100644 --- a/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hpgp/controller/mobile/HpGpIntelligentQAController.java +++ b/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hpgp/controller/mobile/HpGpIntelligentQAController.java @@ -165,7 +165,7 @@ public class HpGpIntelligentQAController { } JSONObject bodyJson = JSON.parseObject(body); - String chat = bodyJson.getString("chat"); + String chat = bodyJson.getString("Chat"); JSONArray departmentArray = bodyJson.getJSONArray("Department"); if (StrUtil.isBlank(chat)) { return new R(); -- 2.22.0