BUGFIX: 模特preview;

This commit is contained in:
shahaibo
2023-10-16 11:10:23 +08:00
parent 5e70f7ca73
commit 8ad330f690

View File

@@ -1838,7 +1838,7 @@ public class PythonService {
DesignPythonObjects designPythonObjects = new DesignPythonObjects();
List<DesignPythonObject> objects = Lists.newArrayList();
designPythonObjects.setObjects(objects);
designPythonObjects.setProcess_id(UUID.randomUUID().toString());
DesignPythonObject pythonObject = new DesignPythonObject();
pythonObject.setItems(coverToModelsDotPythonItem(modelsDotDTO));
pythonObject.setBasic(coverToModelsDotBasic(pythonObject.getItems().get(0), modelsDotDTO));