From 8ad330f690a2bec5c35a885ca80707d3ba0abf2c Mon Sep 17 00:00:00 2001 From: shahaibo <1023316923@qq.com> Date: Mon, 16 Oct 2023 11:10:23 +0800 Subject: [PATCH] =?UTF-8?q?BUGFIX:=20=E6=A8=A1=E7=89=B9preview;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/ai/da/python/PythonService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/ai/da/python/PythonService.java b/src/main/java/com/ai/da/python/PythonService.java index 430c27c1..e59fd451 100644 --- a/src/main/java/com/ai/da/python/PythonService.java +++ b/src/main/java/com/ai/da/python/PythonService.java @@ -1838,7 +1838,7 @@ public class PythonService { DesignPythonObjects designPythonObjects = new DesignPythonObjects(); List objects = Lists.newArrayList(); designPythonObjects.setObjects(objects); - + designPythonObjects.setProcess_id(UUID.randomUUID().toString()); DesignPythonObject pythonObject = new DesignPythonObject(); pythonObject.setItems(coverToModelsDotPythonItem(modelsDotDTO)); pythonObject.setBasic(coverToModelsDotBasic(pythonObject.getItems().get(0), modelsDotDTO));