Commit 14a2b22b authored by 赵啸非's avatar 赵啸非

更新根据站点查询站点树

parent 0c04addd
......@@ -565,7 +565,9 @@ public class SiteServiceImpl extends AbstractCRUDCacheServiceImpl<SiteDao, SiteE
//没有站点
siteAreaVo.setSiteList(Collections.EMPTY_LIST);
}
list.add(siteAreaVo);
if(!ObjectUtils.isEmpty(siteAreaVo.getSiteList())){
list.add(siteAreaVo);
}
}
return Rest.ok(list);
}
......
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