Commit 6376ca24 by jinfeng.wang

fix bug

parent 946c7dd8
......@@ -108,6 +108,7 @@ public class TreeTagServiceImpl implements TreeTagService {
treeTag.setSecondTag(oldTreeTag.getSecondTag());
treeTag.setThirdTag(oldTreeTag.getThirdTag());
treeTag.setPlatform(oldTreeTag.getPlatform());
treeTag.setUpdateTime(new Date());
return treeTag;
}
......
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