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); }