|
@@ -115,6 +115,7 @@ public class ProcessUtil {
|
|
|
|
|
|
for (int g = 0; g < group.count; g++) {
|
|
for (int g = 0; g < group.count; g++) {
|
|
for (Map<String, Object> algorithmLibrary : list) {
|
|
for (Map<String, Object> algorithmLibrary : list) {
|
|
|
|
+ preCode="0";
|
|
startDateTime = LocalDateTime.now();
|
|
startDateTime = LocalDateTime.now();
|
|
long startTime = System.currentTimeMillis();
|
|
long startTime = System.currentTimeMillis();
|
|
algorithmlibraryid = algorithmLibrary.get("algorithmlibraryid");
|
|
algorithmlibraryid = algorithmLibrary.get("algorithmlibraryid");
|
|
@@ -127,7 +128,6 @@ public class ProcessUtil {
|
|
HashMap<String, Object> preData = new HashMap<>();
|
|
HashMap<String, Object> preData = new HashMap<>();
|
|
preData.put("preConditions", preConditions);
|
|
preData.put("preConditions", preConditions);
|
|
preData.put("algorithmlibraryid", algorithmlibraryid);
|
|
preData.put("algorithmlibraryid", algorithmlibraryid);
|
|
- preData.put("args", resource);
|
|
|
|
preData.put("count", g);
|
|
preData.put("count", g);
|
|
preResource.add(preData);
|
|
preResource.add(preData);
|
|
if (Objects.nonNull(preConditions)) {
|
|
if (Objects.nonNull(preConditions)) {
|