TASK:AiDA模块化
This commit is contained in:
@@ -726,15 +726,15 @@ public class MyTaskScheduler {
|
|||||||
long startTime = System.currentTimeMillis();
|
long startTime = System.currentTimeMillis();
|
||||||
log.info("组装开始时间:" + new Date(startTime).toString());
|
log.info("组装开始时间:" + new Date(startTime).toString());
|
||||||
|
|
||||||
pythonService.covertDesignParamTest(
|
// pythonService.covertDesignParamTest(
|
||||||
designCollectionDTO.getSystemScale(),
|
// designCollectionDTO.getSystemScale(),
|
||||||
designCollectionDTO.getSingleOverall(),
|
// designCollectionDTO.getSingleOverall(),
|
||||||
designCollectionDTO.getSwitchCategory(),
|
// designCollectionDTO.getSwitchCategory(),
|
||||||
elementVO,
|
// elementVO,
|
||||||
"testProcessId",
|
// "testProcessId",
|
||||||
null,
|
// null,
|
||||||
collectionId
|
// collectionId
|
||||||
);
|
// );
|
||||||
|
|
||||||
// 记录结束时间
|
// 记录结束时间
|
||||||
long endTime = System.currentTimeMillis();
|
long endTime = System.currentTimeMillis();
|
||||||
|
|||||||
Reference in New Issue
Block a user