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