Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
framework-tools
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 50e18573
authored
Jul 15, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改获取总体架构资产数据信息
1 parent
75128821
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
framework-analysis/src/main/java/org/arch/analysis/controller/ArchMapController.java
framework-system-manage/src/main/java/org/arch/manage/conterller/RoleController.java
framework-analysis/src/main/java/org/arch/analysis/controller/ArchMapController.java
View file @
50e1857
...
...
@@ -55,7 +55,6 @@ public class ArchMapController {
@PostMapping
(
"getOverAllAppAsset"
)
@OperLog
(
value
=
LogOperTypeEnum
.
QUERY
,
logTypeValue
=
LogTypeEnum
.
BUSI_LOG
,
operDes
=
"获取总体应用架构资产信息"
,
moduleName
=
"架构地图"
)
public
Result
getOverAllAppAsset
()
{
return
null
;
}
...
...
framework-system-manage/src/main/java/org/arch/manage/conterller/RoleController.java
View file @
50e1857
...
...
@@ -36,7 +36,6 @@ public class RoleController {
/**
* 根据条件分页查询
*
* @param user
* @return
*/
@ApiOperation
(
value
=
"根据条件分页查询"
,
notes
=
"根据条件分页查询"
)
...
...
@@ -77,7 +76,6 @@ public class RoleController {
/**
* 角色添加
*
* @param role 角色添加相关
* @return 添加結果
*/
@ApiOperation
(
value
=
"添加角色信息"
,
notes
=
"添加角色信息"
)
...
...
@@ -94,7 +92,6 @@ public class RoleController {
/**
* 用户更新
*
* @param user
* @return
*/
@ApiOperation
(
value
=
"编辑用户信息"
,
notes
=
"编辑用户信息"
)
...
...
@@ -211,7 +208,6 @@ public class RoleController {
/**
* 用户更新
*
* @param user
* @return
*/
@ApiOperation
(
value
=
"编辑用户信息"
,
notes
=
"编辑用户信息"
)
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment