Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tagManager
Overview
Overview
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
lanmw
tagManager
Commits
5a4a632d
Commit
5a4a632d
authored
Mar 05, 2020
by
zhangkb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增获取标签子节点数量
parent
e444ff4a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
TagCtrl.java
src/main/java/com/keymobile/tagmanager/api/TagCtrl.java
+6
-0
No files found.
src/main/java/com/keymobile/tagmanager/api/TagCtrl.java
View file @
5a4a632d
...
...
@@ -273,6 +273,12 @@ public class TagCtrl {
pageNum
,
pageSize
,
tagType
);
}
@ApiOperation
(
value
=
"根据标签id获取标签下的子节点总数"
,
notes
=
"根据标签id获取标签下的子节点总数"
)
@PostMapping
(
value
=
"/getChildTagCount"
)
public
int
getChildTagCount
(
@RequestParam
String
tagId
)
{
return
tagService
.
getChildCountByTagId
(
tagId
);
}
//---------------以下为导入系统的时候用到------------------
@ApiOperation
(
value
=
"查询系统标签"
,
notes
=
"查询系统标签"
)
...
...
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