| | |
| | | continue; |
| | | } |
| | | List<FieldSetEntity> fieldSetEntity = productSysFaceControlProperty.getFieldSetEntity(parentUuid); |
| | | if (CollectionUtil.isEmpty(fieldSetEntity)) { |
| | | continue; |
| | | } |
| | | |
| | | int i = result.size(); |
| | | to(groupMap, fieldSetEntity, subTableFieldMap, result, parentMap); |
| | | String parentUuid1 = fieldSetEntity.get(0).getString("parent_uuid"); |
| | | if (!CollectionUtil.isEmpty(fieldSetEntity) && !StringUtils.isEmpty(parentUuid1)) { |
| | | if (i + 1 == result.size()) { |
| | | result.get(i).putOtherParam("parent_uuid", parentUuid1); |
| | | } |
| | | } |
| | | } |
| | | //根据group_uuid 将子表字段分组5 |
| | | if (!CollectionUtil.isEmpty(subTableFieldMap)) { |