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) {