|
@@ -407,8 +407,8 @@ public class FindTask {
|
|
|
req.put("recordId", jsonObject.get("groupId"));
|
|
|
req.put("groupId", jsonObject.get("groupId"));
|
|
|
String jobState = status[RandomUtil.randomInt(0, 6)];
|
|
|
+ req.put("jobState", jobState);
|
|
|
if (Objects.equals(jobState, "success")) {
|
|
|
- req.put("jobState", jobState);
|
|
|
List<Map<String, String>> split = new ArrayList<>();
|
|
|
List<Map<String, String>> list = jsonObject.get("list", List.class);
|
|
|
list.forEach(e -> {
|