From f7e1e62cbb1a971e6bf422fcbf81ce050915610b Mon Sep 17 00:00:00 2001 From: ZLI263 Date: Tue, 16 Sep 2025 17:22:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E7=94=BB=E5=83=8F=E4=B8=8D?= =?UTF-8?q?=E5=8F=91mq=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/TmNameplateCorpusServiceImpl.java | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ai-analytic-center-biz/src/main/java/com/volvo/ai/analytic/center/service/impl/TmNameplateCorpusServiceImpl.java b/ai-analytic-center-biz/src/main/java/com/volvo/ai/analytic/center/service/impl/TmNameplateCorpusServiceImpl.java index 820f285..868287d 100644 --- a/ai-analytic-center-biz/src/main/java/com/volvo/ai/analytic/center/service/impl/TmNameplateCorpusServiceImpl.java +++ b/ai-analytic-center-biz/src/main/java/com/volvo/ai/analytic/center/service/impl/TmNameplateCorpusServiceImpl.java @@ -240,13 +240,16 @@ public class TmNameplateCorpusServiceImpl extends ServiceImpl=0){ - businessType = BusinessTypeEnum.CORPUS_PORTRAIT_NAMEPLATE.getCode(); + String businessType = analysisResp.getString("businessType"); + log.info("aiAnalysisRequestId is : ",analysisResp.getString("aiAnalysisRequestId")); + log.info("businessType is : ", businessType); + + if (BusinessTypeEnum.CORPUS_PORTRAIT_NAMEPLATE.getCode().equals(businessType)){ + log.info("客户画像场景 ,不需要赋值"); }else { businessType = BusinessTypeEnum.SMART_ASSISTANT_NAMEPLATE.getCode(); } - log.info("businessType is : ",businessType); + Optional.ofNullable(aiAnalysisRequestLogsService.queryByAiAnalysisRequestId(aiAnalysisRequestId)) .orElseThrow(() -> new IllegalArgumentException("AiAnalysisRequestId查询对象为空!")); log.info("1111111111111,{}", customerFlowId);