Commit 3ff0600d authored by tianyiming's avatar tianyiming

管辖机构树删除监管所

parent 13082cad
...@@ -366,6 +366,9 @@ public class CommonServiceImpl implements ICommonService { ...@@ -366,6 +366,9 @@ public class CommonServiceImpl implements ICommonService {
if (!e.get("companyType").toString().contains(companyType)) { if (!e.get("companyType").toString().contains(companyType)) {
it.remove(); it.remove();
} }
if (e.get("companyName").toString().contains("监管所")) {
it.remove();
}
if (!ObjectUtils.isEmpty(e.get("children"))) { if (!ObjectUtils.isEmpty(e.get("children"))) {
deleteTreeData((List<LinkedHashMap>) e.get("children"),companyType); deleteTreeData((List<LinkedHashMap>) e.get("children"),companyType);
} }
......
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