接口修改: designSingle添加入参 processId
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user