Commit 5e5df4c7 authored by 韩桐桐's avatar 韩桐桐

fix(jg):属地监管部门放开监管所

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