Commit 1ba2fc2a by zhangkb

修改系统导出逻辑

parent 853ddeb8
......@@ -688,6 +688,7 @@ public class TagFileService {
for(Map<String,Object> map : catalogs) {
if(Integer.parseInt(catalog)==(int)map.get("catalogId")) {
catalog = map.get("catalogName").toString();
break;
}
}
}
......
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