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 a250c9d5
authored
Jul 14, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加获取获取总体业务架构资产展示
1 parent
2ecb4ee7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
framework-analysis/src/main/java/org/arch/analysis/controller/ArchMapController.java
framework-analysis/src/main/resources/mapper/ArchMapMapp.xml
framework-analysis/src/main/java/org/arch/analysis/controller/ArchMapController.java
View file @
a250c9d
...
@@ -54,7 +54,7 @@ public class ArchMapController {
...
@@ -54,7 +54,7 @@ public class ArchMapController {
*
*
* @return
* @return
*/
*/
@PostMapping
(
"getOver
TechApp
Asset"
)
@PostMapping
(
"getOver
AllData
Asset"
)
@OperLog
(
value
=
LogOperTypeEnum
.
QUERY
,
logTypeValue
=
LogTypeEnum
.
BUSI_LOG
,
operDes
=
"获取总体数据架构资产信息"
,
moduleName
=
"架构地图"
)
@OperLog
(
value
=
LogOperTypeEnum
.
QUERY
,
logTypeValue
=
LogTypeEnum
.
BUSI_LOG
,
operDes
=
"获取总体数据架构资产信息"
,
moduleName
=
"架构地图"
)
public
Result
getOverAllDataAsset
()
{
public
Result
getOverAllDataAsset
()
{
return
null
;
return
null
;
...
@@ -65,7 +65,7 @@ public class ArchMapController {
...
@@ -65,7 +65,7 @@ public class ArchMapController {
*
*
* @return
* @return
*/
*/
@PostMapping
(
"getOver
All
AppAsset"
)
@PostMapping
(
"getOver
Tech
AppAsset"
)
@OperLog
(
value
=
LogOperTypeEnum
.
QUERY
,
logTypeValue
=
LogTypeEnum
.
BUSI_LOG
,
operDes
=
"获取总体技术架构资产信息"
,
moduleName
=
"架构地图"
)
@OperLog
(
value
=
LogOperTypeEnum
.
QUERY
,
logTypeValue
=
LogTypeEnum
.
BUSI_LOG
,
operDes
=
"获取总体技术架构资产信息"
,
moduleName
=
"架构地图"
)
public
Result
getOverTechAppAsset
()
{
public
Result
getOverTechAppAsset
()
{
return
null
;
return
null
;
...
...
framework-analysis/src/main/resources/mapper/ArchMapMapp.xml
View file @
a250c9d
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"org.arch.analysis.mapper.ArchMapMapper"
>
<mapper
namespace=
"org.arch.analysis.mapper.ArchMapMapper"
>
<select
id=
"getOverAllBusAsset"
resultType=
"java.util.HashMap"
parameterType=
"java.util.Map"
>
<select
id=
"getOverAllBusAsset"
resultType=
"java.util.Map"
parameterType=
"java.util.Map"
>
SELECT
n.asset_name,
archi_asset_type,
archi_type,
asset_code
FROM
archi_asset_info n
WHERE
n.archi_type = 'ARCHI_BUSINESS'
AND n.archi_ele_id = 10
AND n.parent_asset_id = 0
AND n.asset_code IS NOT NULL
</select>
</select>
</mapper>
</mapper>
\ No newline at end of file
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