Commit dacba634 by zhouguibin

公告列表,详情

parent 20457d3f
...@@ -54,4 +54,6 @@ public class FileDownDTO { ...@@ -54,4 +54,6 @@ public class FileDownDTO {
private String video;// private String video;//
@ApiModelProperty(value = "createByUser") @ApiModelProperty(value = "createByUser")
private String createByUser; private String createByUser;
@ApiModelProperty(value = "avatar")
private String avatar;
} }
...@@ -362,6 +362,7 @@ public class ExternalController { ...@@ -362,6 +362,7 @@ public class ExternalController {
fileDownDTO.setColumnInfo(jsonObject.getString("columnInfo")); fileDownDTO.setColumnInfo(jsonObject.getString("columnInfo"));
fileDownDTO.setCommentNum(jsonObject.getString("commentNum")); fileDownDTO.setCommentNum(jsonObject.getString("commentNum"));
fileDownDTO.setCreateByCom(jsonObject.getString("createByCom")); fileDownDTO.setCreateByCom(jsonObject.getString("createByCom"));
fileDownDTO.setAvatar(jsonObject.getString("avatar"));
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){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论