Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-interface
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhaoyue
8 years ago
Commit
4a88c2de745314f91ddded4142a6718c7f0d5a9b
1 parent
7c144d8b
Fix little bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/xkl/controller/uploadsoft/UpSoftReportController.java
src/main/java/com/xkl/controller/uploadsoft/UpSoftReportController.java
View file @
4a88c2d
...
...
@@ -53,6 +53,7 @@ public class UpSoftReportController {
})
public
ResponseEntity
<
ResultModel
>
save
(
@CurrentAdmin
XklAdminEntity
admin
,
@RequestParam
String
json_report
)
{
// 其中json_report格式为上传软件上传上来的原始report格式。
System
.
out
.
println
(
"$$$$$$$$$"
+
json_report
);
return
reportService
.
save
(
admin
,
json_report
);
}
...
...
Please
register
or
login
to post a comment