From 81d178b3a4b268cd03694e0d84d184dca5e0b66b Mon Sep 17 00:00:00 2001 From: shahaibo <1023316923@qq.com> Date: Thu, 14 Dec 2023 10:46:03 +0800 Subject: [PATCH] =?UTF-8?q?BUGFIX:library=E7=94=B7=E6=A8=A1=E7=89=B9?= =?UTF-8?q?=E6=89=93=E7=82=B9=E9=A2=84=E8=A7=88;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/ai/da/python/PythonService.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/ai/da/python/PythonService.java b/src/main/java/com/ai/da/python/PythonService.java index a5bec1e7..130f39fc 100644 --- a/src/main/java/com/ai/da/python/PythonService.java +++ b/src/main/java/com/ai/da/python/PythonService.java @@ -2093,7 +2093,10 @@ public class PythonService { bottom.setType(MalePosition.BOTTOMS.getValue()); bottom.setColor("none"); bottom.setIcon("none"); - bottom.setPrint(designPythonItemPrint); + DesignPythonItemPrint designPythonItemPrint1 = new DesignPythonItemPrint(); + designPythonItemPrint1.setIfSingle(false); + designPythonItemPrint1.setPrint_path_list(new ArrayList<>()); + bottom.setPrint(designPythonItemPrint1); bottom.setPath("aida-sys-image/images/male/bottoms/mens_test_10007.png"); response.add(bottom); }