TASK:aida design统计;
This commit is contained in:
@@ -74,6 +74,9 @@ public class PythonService {
|
||||
@Resource
|
||||
private MinioUtil minioUtil;
|
||||
|
||||
@Resource
|
||||
private RedisUtil redisUtil;
|
||||
|
||||
/**
|
||||
* 生成打印的图片 二合一 (废弃于2024/01/02)
|
||||
*
|
||||
@@ -260,6 +263,7 @@ public class PythonService {
|
||||
|
||||
DesignPythonObject pythonObject = createDesignPythonObject(elementVO, designPictureType, systemScale, singleOverall, switchCategory);
|
||||
objects.add(pythonObject);
|
||||
redisUtil.addProcessId(processId, i);
|
||||
}
|
||||
return designPythonObjects;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user