Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dizhen
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangyun
dizhen
Commits
1c2252dd
Commit
1c2252dd
authored
Nov 04, 2025
by
wangqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会议
parent
7f298ab2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/main/java/com/ruoyi/project/ys/domain/HyjyxxFile.java
+1
-1
src/main/java/com/ruoyi/project/ys/service/impl/HyjyxxServiceImpl.java
+2
-2
No files found.
src/main/java/com/ruoyi/project/ys/domain/HyjyxxFile.java
View file @
1c2252dd
...
...
@@ -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
;
...
...
src/main/java/com/ruoyi/project/ys/service/impl/HyjyxxServiceImpl.java
View file @
1c2252dd
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment