Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
stater-tdtopo
Project
Project
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
zhengfunan
stater-tdtopo
Commits
499a0325
Commit
499a0325
authored
Sep 05, 2023
by
zhengfunan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关闭部分控制台调试输出
parent
7652c619
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
workspace.xml
.idea/workspace.xml
+14
-4
TDGraphService.java
src/main/java/com/tongda/tdtopo/service/TDGraphService.java
+2
-1
No files found.
.idea/workspace.xml
View file @
499a0325
...
...
@@ -4,7 +4,7 @@
<option
name=
"autoReloadType"
value=
"SELECTIVE"
/>
</component>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"67e936c8-2d55-4655-871e-e6e153e4d8e1"
name=
"更改"
comment=
"
添加清库方法
"
>
<list
default=
"true"
id=
"67e936c8-2d55-4655-871e-e6e153e4d8e1"
name=
"更改"
comment=
"
关闭部分控制台调试输出
"
>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/main/java/com/tongda/tdtopo/service/TDGraphService.java"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/main/java/com/tongda/tdtopo/service/TDGraphService.java"
afterDir=
"false"
/>
</list>
...
...
@@ -98,7 +98,8 @@
<workItem
from=
"1693447950473"
duration=
"11267000"
/>
<workItem
from=
"1693536669710"
duration=
"10048000"
/>
<workItem
from=
"1693622693690"
duration=
"19250000"
/>
<workItem
from=
"1693802539121"
duration=
"4875000"
/>
<workItem
from=
"1693802539121"
duration=
"6543000"
/>
<workItem
from=
"1693896316767"
duration=
"5308000"
/>
</task>
<task
id=
"LOCAL-00001"
summary=
"stater版首次提交"
>
<created>
1693387558801
</created>
...
...
@@ -149,7 +150,14 @@
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1693817703649
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"8"
/>
<task
id=
"LOCAL-00008"
summary=
"关闭部分控制台调试输出"
>
<created>
1693821911840
</created>
<option
name=
"number"
value=
"00008"
/>
<option
name=
"presentableId"
value=
"LOCAL-00008"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1693821911840
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"9"
/>
<servers
/>
</component>
<component
name=
"TypeScriptGeneratedFilesManager"
>
...
...
@@ -171,6 +179,7 @@
<MESSAGE
value=
"修改路径"
/>
<MESSAGE
value=
"读取配置文件"
/>
<MESSAGE
value=
"添加清库方法"
/>
<option
name=
"LAST_COMMIT_MESSAGE"
value=
"添加清库方法"
/>
<MESSAGE
value=
"关闭部分控制台调试输出"
/>
<option
name=
"LAST_COMMIT_MESSAGE"
value=
"关闭部分控制台调试输出"
/>
</component>
</project>
\ No newline at end of file
src/main/java/com/tongda/tdtopo/service/TDGraphService.java
View file @
499a0325
...
...
@@ -1292,7 +1292,8 @@ public class TDGraphService {
tag
=
jsonNode
.
get
(
"tag"
).
toString
();
}
HashMap
<
String
,
List
<
String
>>
tagMap
=
hashMap
.
get
(
tag
);
String
template
=
jsonNode
.
get
(
"template"
).
toString
();
String
template
=
jsonNode
.
get
(
"template"
)==
null
?
"default"
:
jsonNode
.
get
(
"template"
).
toString
();
if
(
tagMap
==
null
){
tagMap
=
new
HashMap
<>();
}
...
...
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