Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
13cb0e4e
Commit
13cb0e4e
authored
Aug 15, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(jyjc): 报检开发调整
1.注释修改
parent
26b6d2fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
JyjcController.java
...m/yeejoin/amos/api/openapi/controller/JyjcController.java
+1
-1
No files found.
amos-boot-data/amos-boot-data-openapi/src/main/java/com/yeejoin/amos/api/openapi/controller/JyjcController.java
View file @
13cb0e4e
...
@@ -34,7 +34,7 @@ public class JyjcController {
...
@@ -34,7 +34,7 @@ public class JyjcController {
*/
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@PostMapping
(
value
=
"/result-submit"
)
@PostMapping
(
value
=
"/result-submit"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"
检验检测结果回传"
,
notes
=
"
检验检测结果回传"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"
非压力管道-检验检测结果回传"
,
notes
=
"非压力管道-
检验检测结果回传"
)
public
ResponseModel
<
List
<
JyjcInspectionResultDataModel
>>
resultSubmit
(
@RequestBody
List
<
JyjcInspectionResultDataModel
>
resultDataModels
)
{
public
ResponseModel
<
List
<
JyjcInspectionResultDataModel
>>
resultSubmit
(
@RequestBody
List
<
JyjcInspectionResultDataModel
>
resultDataModels
)
{
return
jyjcServiceFeignClient
.
saveResultDataBatch
(
resultDataModels
);
return
jyjcServiceFeignClient
.
saveResultDataBatch
(
resultDataModels
);
}
}
...
...
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