BUGFIX:library男模特打点预览;

This commit is contained in:
shahaibo
2023-12-14 10:46:03 +08:00
parent 51f3b5b30b
commit 81d178b3a4

View File

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