Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fill-system
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖旭伟
fill-system
Commits
949556d5
Commit
949556d5
authored
Dec 09, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改热门词汇
parent
1a257a74
Pipeline
#2423
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
fill-manager/src/main/java/com/mortals/xhx/module/matter/web/MatterDatumPrintController.java
...als/xhx/module/matter/web/MatterDatumPrintController.java
+1
-1
fill-manager/src/test/java/com/mortals/httpclient/matter/MatterDatumPrintController.http
...mortals/httpclient/matter/MatterDatumPrintController.http
+2
-2
No files found.
fill-manager/src/main/java/com/mortals/xhx/module/matter/web/MatterDatumPrintController.java
View file @
949556d5
...
...
@@ -49,7 +49,7 @@ public class MatterDatumPrintController extends BaseCRUDJsonBodyMappingControlle
@Override
@UnAuth
public
String
save
(
MatterDatumPrintEntity
entity
)
{
public
String
save
(
@RequestBody
MatterDatumPrintEntity
entity
)
{
return
super
.
save
(
entity
);
}
}
\ No newline at end of file
fill-manager/src/test/java/com/mortals/httpclient/matter/MatterDatumPrintController.http
View file @
949556d5
...
...
@@ -40,9 +40,9 @@ Content-Type: application/json
"siteId":3,
"orderId":"123456789",
"materialId":1,
"materialName":"测试表单材料",
"materialName":"测试表单材料
1
",
"type":2,
"docPath":"
/mortals/app/data/file/
fileupload/1670485801511.docx",
"docPath":"fileupload/1670485801511.docx",
"formContent":"表单内容"
}
...
...
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