BUGFIX: 模特preview;
This commit is contained in:
@@ -1838,7 +1838,7 @@ public class PythonService {
|
|||||||
DesignPythonObjects designPythonObjects = new DesignPythonObjects();
|
DesignPythonObjects designPythonObjects = new DesignPythonObjects();
|
||||||
List<DesignPythonObject> objects = Lists.newArrayList();
|
List<DesignPythonObject> objects = Lists.newArrayList();
|
||||||
designPythonObjects.setObjects(objects);
|
designPythonObjects.setObjects(objects);
|
||||||
|
designPythonObjects.setProcess_id(UUID.randomUUID().toString());
|
||||||
DesignPythonObject pythonObject = new DesignPythonObject();
|
DesignPythonObject pythonObject = new DesignPythonObject();
|
||||||
pythonObject.setItems(coverToModelsDotPythonItem(modelsDotDTO));
|
pythonObject.setItems(coverToModelsDotPythonItem(modelsDotDTO));
|
||||||
pythonObject.setBasic(coverToModelsDotBasic(pythonObject.getItems().get(0), modelsDotDTO));
|
pythonObject.setBasic(coverToModelsDotBasic(pythonObject.getItems().get(0), modelsDotDTO));
|
||||||
|
|||||||
Reference in New Issue
Block a user