Commit 518ebb7a authored by 麻笑宇's avatar 麻笑宇

1.大屏业务模块详情api返回处理

parent 8cdc799d
...@@ -645,7 +645,7 @@ public class DPSubServiceImpl { ...@@ -645,7 +645,7 @@ public class DPSubServiceImpl {
} }
} else if ("attachmentUpload".equals(xObj.getString("componentKey"))) { } else if ("attachmentUpload".equals(xObj.getString("componentKey"))) {
JSONArray attachmentUploadDatas = matinfo.getJSONArray("datas"); JSONArray attachmentUploadDatas = matinfo.getJSONArray("datas");
if (!ValidationUtil.isEmpty(value) && "null".equals(value)) { if (!ValidationUtil.isEmpty(value) && !"null".equals(value)) {
JSONObject attachmentUploadDatasObj = new JSONObject(); JSONObject attachmentUploadDatasObj = new JSONObject();
log.info("附件数据:{}", value); log.info("附件数据:{}", value);
((JSONArray)value).stream().forEach(y -> { ((JSONArray)value).stream().forEach(y -> {
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
} }
} }
}, },
"subResultParams": ["province","city","county","orgBranchCode","factoryUseSiteStreet","installLeaderName", "subResultParams": ["province","city","county","orgBranchCode","factoryUseSiteStreet","installLeaderId",
"useUnitCreditCode","propertyUnitName"] "useUnitCreditCode","propertyUnitName"]
} }
], ],
......
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
"responseSuccess": "data.result" "responseSuccess": "data.result"
} }
} }
} },
"subResultParams": ["orgBranchCode","receiveOrgCode","estateUnitName"]
} }
], ],
"content": { "content": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment