Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RuoYi-Vue-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
融通安全管理系统
RuoYi-Vue-master
Commits
22e306c9
Commit
22e306c9
authored
Jul 19, 2023
by
陈晓晋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
固定风险删除20230719
parent
9f8922b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
censoft-rongtong/src/main/java/com/censoft/censoftrongtong/controller/RiskPlanAppController.java
...oft/censoftrongtong/controller/RiskPlanAppController.java
+11
-0
No files found.
censoft-rongtong/src/main/java/com/censoft/censoftrongtong/controller/RiskPlanAppController.java
View file @
22e306c9
...
...
@@ -389,6 +389,17 @@ public class RiskPlanAppController extends BaseController {
return
R
.
ok
(
riskPlanInherentListService
.
getRiskPlanAppInherentListDetailsDtoByInherentId
(
inherentId
));
}
/**
* 获取固有风险删除
*
* @param inherentId 固有风险id
* @real_return {@link R<Boolean>}
*/
@GetMapping
(
"/inherent/delete/{inherentId}"
)
public
R
<
Boolean
>
deleteRiskPlanAppInherentByInherentId
(
@PathVariable
(
"inherentId"
)
Long
inherentId
)
{
return
R
.
ok
(
riskPlanInherentListService
.
removeById
(
inherentId
));
}
/**
* 根据固有风险id获取现有风险列表
*
...
...
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