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
87349419
Commit
87349419
authored
Aug 21, 2023
by
周昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、现有风险列表报错问题
2、添加项目接口业态字段
parent
4ade0d40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
censoft-rongtong/src/main/java/com/censoft/censoftrongtong/controller/RiskPlanExistingListController.java
...ftrongtong/controller/RiskPlanExistingListController.java
+1
-1
censoft-rongtong/src/main/resources/mapper/system/RiskPlanInherentListMapper.xml
...in/resources/mapper/system/RiskPlanInherentListMapper.xml
+1
-0
No files found.
censoft-rongtong/src/main/java/com/censoft/censoftrongtong/controller/RiskPlanExistingListController.java
View file @
87349419
...
...
@@ -38,7 +38,7 @@ public class RiskPlanExistingListController extends BaseController
/**
* 查询现有风险清单库列表
*/
@PreAuthorize
(
"@ss.hasPermi('system:existing:list')"
)
//
@PreAuthorize("@ss.hasPermi('system:existing:list')")
@GetMapping
(
"/list"
)
public
TableDataInfo
list
(
RiskPlanExistingList
riskPlanExistingList
)
{
...
...
censoft-rongtong/src/main/resources/mapper/system/RiskPlanInherentListMapper.xml
View file @
87349419
...
...
@@ -415,6 +415,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
lp.`name` AS projectName,
lp.city AS city,
lp.type AS type,
lp.business AS businessFormat,
rpil.`name` AS inherentName,
rpil.`level` AS inherentLevel,
rpel.`name` AS existingName,
...
...
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