Commit 141d8925 authored by tianyiming's avatar tianyiming

管辖机构删除监管所

parent a7f86d33
...@@ -366,7 +366,8 @@ public class CommonServiceImpl implements ICommonService { ...@@ -366,7 +366,8 @@ 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("监管所")) { // 删除监管所
if (e.get("level").toString().equals("organization")) {
it.remove(); it.remove();
} }
if (!ObjectUtils.isEmpty(e.get("children"))) { if (!ObjectUtils.isEmpty(e.get("children"))) {
......
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