Commit 20457d3f by zhouguibin

公告列表,详情

parent f9d570c8
...@@ -52,4 +52,6 @@ public class FileDownDTO { ...@@ -52,4 +52,6 @@ public class FileDownDTO {
private String collectNum;// private String collectNum;//
@ApiModelProperty(value = "video") @ApiModelProperty(value = "video")
private String video;// private String video;//
@ApiModelProperty(value = "createByUser")
private String createByUser;
} }
...@@ -355,6 +355,7 @@ public class ExternalController { ...@@ -355,6 +355,7 @@ public class ExternalController {
FileDownDTO fileDownDTO = new FileDownDTO(); FileDownDTO fileDownDTO = new FileDownDTO();
fileDownDTO.setId(jsonObject.getString("proceIntanId")); fileDownDTO.setId(jsonObject.getString("proceIntanId"));
fileDownDTO.setAuthor(jsonObject.getString("author")); fileDownDTO.setAuthor(jsonObject.getString("author"));
fileDownDTO.setCreateByUser(jsonObject.getString("createByUser"));
fileDownDTO.setCanUpdatePublishTime(jsonObject.getString("canUpdatePublishTime")); fileDownDTO.setCanUpdatePublishTime(jsonObject.getString("canUpdatePublishTime"));
fileDownDTO.setCreateTime(jsonObject.getString("createTime")); fileDownDTO.setCreateTime(jsonObject.getString("createTime"));
fileDownDTO.setColumnId(jsonObject.getString("columnId")); fileDownDTO.setColumnId(jsonObject.getString("columnId"));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论