判断集合是否为空


List<BaseOrgEntity> baseOrgEntities = this.baseOrgService.get(CommonUtil.parseMap("orgCode", baseOrgEntity.getOrgCode()));
if (CollectionUtils.isEmpty(baseOrgEntities)) {}
posted on 2018-06-11 15:54  o_0的园子  阅读(931)  评论(0编辑  收藏  举报