From 2e846e671a95656bebd0202f02f5ed9e1ea155eb Mon Sep 17 00:00:00 2001 From: litianxiang Date: Fri, 13 Mar 2026 10:06:26 +0800 Subject: [PATCH] =?UTF-8?q?romantic=E9=A3=8E=E6=A0=BC=E7=BC=BA=E5=B0=91?= =?UTF-8?q?=E4=B8=8B=E8=A3=85fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/ai/da/python/PythonService.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/com/ai/da/python/PythonService.java b/src/main/java/com/ai/da/python/PythonService.java index 6bebcaf3..e281a5b3 100644 --- a/src/main/java/com/ai/da/python/PythonService.java +++ b/src/main/java/com/ai/da/python/PythonService.java @@ -3993,9 +3993,13 @@ public class PythonService { // throw new BusinessException("system.error"); // } //**********************end*********************************** + //临时补丁 if (category.split("_")[0].equals("male")&&style.toLowerCase().equals("lolita")){ style=null; } + if (category.split("_")[0].equals("male")&&style.toLowerCase().equalsIgnoreCase("romantic")){ + style=null; + } AuthPrincipalVo userHolder = UserContext.getUserHolder(); OkHttpClient client = new OkHttpClient().newBuilder()