驳回
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ public class PCAComplianceAssessmentAfter implements TaskListener {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
String uuid= String.valueOf(UUID.randomUUID());
|
String uuid= String.valueOf(UUID.randomUUID());
|
||||||
delegateTask.setVariable(uuid,object.getString("dataList"));
|
delegateTask.setVariable(uuid,jsonArray);
|
||||||
object.put("dataList",newRes);
|
object.put("dataList",newRes);
|
||||||
object.put("key",uuid);
|
object.put("key",uuid);
|
||||||
JSONObject res=JSONObject.parseObject(newRes.get(0).toString());
|
JSONObject res=JSONObject.parseObject(newRes.get(0).toString());
|
||||||
|
|||||||
Reference in New Issue
Block a user