Преглед изворни кода

Merge commit '2d6d30315e1a4a4c34de657be3fcbefac243f720'

lihao16 пре 4 месеци
родитељ
комит
73e0bfff1c

+ 1 - 1
smsb-modules/smsb-digital-promotion/src/main/java/com/inspur/digital/service/impl/SmsbAppointmentInfoServiceImpl.java

@@ -340,7 +340,7 @@ public class SmsbAppointmentInfoServiceImpl implements ISmsbAppointmentInfoServi
             String reportSummary = DifyStreamUtil.callDifyStreamApi(difyBaseUrl + "/v1/chat-messages", difyScAgentApiKey, caseContentStr.toString());
             SmsbDeviceChatScCase scCase = new SmsbDeviceChatScCase();
             scCase.setType(1);
-            String content = "你好," + add.getEnterprise() + "企业,我是小数智能分析助手。您企业的诊断评估简单介绍为:" + reportSummary + "您可以继续向我提问。";
+            String content = "你好," + add.getEnterprise() + "企业,我是小数智能分析助手。推荐您学习的企业案例为:" + reportSummary + "您可以继续向我提问。";
             scCase.setIntroduction(content);
             scCase.setName("欢迎词");
             scCase.setAppointmentId(add.getId());