Commit 499a0325 authored by zhengfunan's avatar zhengfunan

关闭部分控制台调试输出

parent 7652c619
......@@ -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
......@@ -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<>();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment