新代办接口
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ public class PCAComplianceAssessmentAfter implements TaskListener {
|
||||
}
|
||||
String uuid= String.valueOf(UUID.randomUUID());
|
||||
delegateTask.setVariable(uuid,object.getString("dataList"));
|
||||
object.put("dataList",newRes.toJSONString());
|
||||
object.put("dataList",newRes);
|
||||
object.put("key",uuid);
|
||||
JSONObject res=JSONObject.parseObject(newRes.get(0).toString());
|
||||
nextUserList.add(res.getString("liablePeopleId"));
|
||||
|
||||
Reference in New Issue
Block a user