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
6278783e
Commit
6278783e
authored
Feb 29, 2020
by
zhangkb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
根据标签返回数据接口修改
parent
bbe738b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
TagService.java
...ain/java/com/keymobile/tagmanager/service/TagService.java
+2
-3
No files found.
src/main/java/com/keymobile/tagmanager/service/TagService.java
View file @
6278783e
...
...
@@ -720,7 +720,6 @@ public class TagService {
if
(
content
.
isEmpty
())
{
return
tagData
;
}
else
{
logger
.
info
(
"tag metadata user privilege:"
+
systemTagMap
);
if
(
systemTagMap
.
isEmpty
())
{
tagData
.
put
(
"content"
,
new
String
[
0
]);
...
...
@@ -786,10 +785,10 @@ public class TagService {
}
}
}
tagData
.
put
(
"content"
,
content
);
return
tagData
;
}
}
tagData
.
put
(
"content"
,
content
);
return
tagData
;
}
//判断共享的标签是否可见
...
...
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