This commit is contained in:
yuezhihang
2021-12-01 18:27:31 +08:00
parent f81729eae7
commit 036e413204
@@ -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());