|
|
|
@ -804,9 +804,9 @@ public class RiskBusinessServiceImpl implements RiskBusinessService, ManagerTodo
|
|
|
|
|
JSONObject material = getRiskMaterial(riskEvent);
|
|
|
|
|
for (int i = 0; i < materialsRemark.size(); i++) {
|
|
|
|
|
JSONObject materialItem = new JSONObject();
|
|
|
|
|
materialItem.put("question" + (i + 1), materialsRemark.get(i));
|
|
|
|
|
materialItem.put("question", materialsRemark.get(i));
|
|
|
|
|
if (material != null)
|
|
|
|
|
materialItem.put("file" + (i + 1), material.getJSONArray("file" + (i + 1)));
|
|
|
|
|
materialItem.put("file", material.getJSONArray("file" + (i + 1)));
|
|
|
|
|
materialItemList.add(materialItem);
|
|
|
|
|
}
|
|
|
|
|
JSONObject result = new JSONObject();
|
|
|
|
|