romantic风格缺少下装fix

This commit is contained in:
litianxiang
2026-03-13 10:06:26 +08:00
parent a5093311f9
commit 2e846e671a

View File

@@ -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()