标准征求意见 汇总节点数据修复

This commit is contained in:
yuezhihang
2021-08-19 11:34:36 +08:00
parent 7c11f07670
commit cb8640b15e
@@ -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"));