Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
shahaibo
2023-10-09 10:26:24 +08:00
3 changed files with 7 additions and 3 deletions

View File

@@ -1299,7 +1299,7 @@ public class PythonService {
designPythonObjects.setObjects(objects);
DesignPythonObject pythonObject = new DesignPythonObject();
designPythonObjects.setProcess_id("1234");
designPythonObjects.setProcess_id(designSingleDTO.getProcessId());
pythonObject.setItems(coverToDesignSinglePythonItem(designSingleDTO, designLibraryModelPoint));
pythonObject.setBasic(coverToSingleBasic(singleOverall, switchCategory, designLibraryModelPoint));
objects.add(pythonObject);