标准征求意见 汇总节点数据修复
This commit is contained in:
+3
-1
@@ -35,7 +35,9 @@ public class SummarySurveyBefore implements TaskListener {
|
||||
for (Object o1 : infoList) {
|
||||
JSONObject summaryEntity=new JSONObject();
|
||||
JSONObject info=(JSONObject)o1;//info 具体反馈的信息
|
||||
|
||||
summaryEntity.put("oldText",info.getString("oldText"));
|
||||
summaryEntity.put("reason",info.getString("reason"));
|
||||
summaryEntity.put("newText",info.getString("newText"));
|
||||
summaryEntity.put("responUser",object.getString("id"));
|
||||
summaryEntity.put("responUserName",object.getString("name"));
|
||||
summaryEntity.put("department",object.getString("department"));
|
||||
|
||||
Reference in New Issue
Block a user