Commit 1c2252dd by wangqi

会议

parent 7f298ab2
......@@ -33,7 +33,7 @@ public class HyjyxxFile extends BaseEntity
private String fileName;
/** 附件时间 */
@JsonFormat(pattern = "yyyy-MM-dd")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "附件时间", width = 30, dateFormat = "yyyy-MM-dd")
private Date fileTime;
......
......@@ -295,8 +295,8 @@ public class HyjyxxServiceImpl implements IHyjyxxService
// 输出处理后的JSON(可写入文件或返回)
String resultJson = objectMapper.writerWithDefaultPrettyPrinter().writeValueAsString(speakerList);
System.out.println("处理后带真实时间的JSON:");
System.out.println(resultJson);
/* System.out.println("处理后带真实时间的JSON:");
System.out.println(resultJson);*/
hyxx.setYwBzh(resultJson);
......
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