Commit 57e6d56a by 周海峰

no message

parent 7156aba0
...@@ -567,12 +567,12 @@ public class ExternalController { ...@@ -567,12 +567,12 @@ public class ExternalController {
List<FileDownFileDTO> filelist = new ArrayList<FileDownFileDTO>(); List<FileDownFileDTO> filelist = new ArrayList<FileDownFileDTO>();
JSONObject jsonObject = (JSONObject) jsons; JSONObject jsonObject = (JSONObject) jsons;
FileDownDTO fileDownDTO = new FileDownDTO(); FileDownDTO fileDownDTO = new FileDownDTO();
fileDownDTO.setId(jsonObject.getString("proceIntanId")); fileDownDTO.setId(jsonObject.getString("noticeId"));
fileDownDTO.setAuthor(jsonObject.getString("username")); fileDownDTO.setAuthor(jsonObject.getString("username"));
fileDownDTO.setCanUpdatePublishTime(jsonObject.getString("canUpdatePublishTime")); fileDownDTO.setCanUpdatePublishTime(jsonObject.getString("canUpdatePublishTime"));
fileDownDTO.setCreateTime(jsonObject.getString("createTime")); fileDownDTO.setCreateTime(jsonObject.getString("createTime"));
fileDownDTO.setCreateByCom(jsonObject.getString("createByCom")); fileDownDTO.setCreateByCom(jsonObject.getString("createByCom"));
JSONArray coverFilejsonArray =json.getJSONArray("coverFile"); // JSONArray coverFilejsonArray =json.getJSONArray("coverFile");
JSONObject coverFilejson =(JSONObject)( jsonObject.get("coverFile")) ; JSONObject coverFilejson =(JSONObject)( jsonObject.get("coverFile")) ;
if (coverFilejson!=null){ if (coverFilejson!=null){
String filepath=coverFilejson.getString("filePath"); String filepath=coverFilejson.getString("filePath");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论