Commit 9587679b by WangJinfeng

fix TreeTagServiceImpl.java

parent e2648225
...@@ -69,7 +69,7 @@ public class TreeTagServiceImpl implements TreeTagService { ...@@ -69,7 +69,7 @@ public class TreeTagServiceImpl implements TreeTagService {
} }
String thirdTag = ""; String thirdTag = "";
if (strings.length > 3 && StringUtils.isNotBlank(strings[3])) { if (strings.length > 3 && StringUtils.isNotBlank(strings[3])) {
thirdTag = strings[1]; thirdTag = strings[3];
} }
String platform = ""; String platform = "";
......
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