zl程序教程

您现在的位置是:首页 >  后端

当前栏目

判断集合是否为空

集合 判断 是否 为空
2023-09-11 14:18:37 时间

List<BaseOrgEntity> baseOrgEntities = this.baseOrgService.get(CommonUtil.parseMap("orgCode", baseOrgEntity.getOrgCode()));
if (CollectionUtils.isEmpty(baseOrgEntities)) {}