diff --git a/src/main/java/com/ai/da/python/PythonService.java b/src/main/java/com/ai/da/python/PythonService.java index 597c8dea..fcfc32c1 100644 --- a/src/main/java/com/ai/da/python/PythonService.java +++ b/src/main/java/com/ai/da/python/PythonService.java @@ -1298,6 +1298,7 @@ public class PythonService { designPythonObjects.setObjects(objects); DesignPythonObject pythonObject = new DesignPythonObject(); + designPythonObjects.setProcess_id("1234"); pythonObject.setItems(coverToDesignSinglePythonItem(designSingleDTO, designLibraryModelPoint)); pythonObject.setBasic(coverToSingleBasic(singleOverall, switchCategory, designLibraryModelPoint)); objects.add(pythonObject);