BUGFIX:添加progress_id

This commit is contained in:
xupei
2023-10-05 09:43:03 +08:00
parent abecb54b1d
commit a9f24e8fe5

View File

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