From d95a81d72bda6fa94bffed357983eb1a4ee94019 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期六, 06 六月 2026 11:59:53 +0800
Subject: [PATCH] fix: 客户档案改成一个,不区分公海私海

---
 src/main/java/com/ruoyi/ai/tools/SalesAgentTools.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/ruoyi/ai/tools/SalesAgentTools.java b/src/main/java/com/ruoyi/ai/tools/SalesAgentTools.java
index 0f7e586..8bcab9f 100644
--- a/src/main/java/com/ruoyi/ai/tools/SalesAgentTools.java
+++ b/src/main/java/com/ruoyi/ai/tools/SalesAgentTools.java
@@ -1123,7 +1123,7 @@
         String value = seaType.trim().toLowerCase(Locale.ROOT);
         return switch (value) {
             case "private", "绉佹捣", "0" -> 0;
-            case "public", "鍏捣", "1" -> 1;
+            case "public", "鍏捣", "閿�鍞。妗�", "1" -> 1;
             default -> null;
         };
     }
@@ -1132,7 +1132,7 @@
         if (type == null) {
             return "鏈煡";
         }
-        return type == 1 ? "鍏捣" : "绉佹捣";
+        return type == 1 ? "閿�鍞。妗�" : "鏅��";
     }
 
     private int normalizeLimit(Integer limit) {

--
Gitblit v1.9.3