| | |
| | | ReflectUtil.setFieldValue(faceFieldEntity, propertyName, setEntity.getObject("property_value")); |
| | | } |
| | | } |
| | | if (StringUtils.isEmpty(faceFieldEntity.getFieldName())) { |
| | | result.remove(faceFieldEntity); |
| | | continue; |
| | | } |
| | | List<FieldSetEntity> configGroup = groupMap.get(groupUuid); |
| | | for (FieldSetEntity setEntity : configGroup) { |
| | | //找到属性名称= __vModel__ |
| | | String propertyName = setEntity.getString("property_name"); |
| | | if ("tag".equals(propertyName)) { |
| | | result.add(faceFieldEntity); |
| | | propertyName = "component_type"; |
| | | } else if ("field".equals(propertyName)) { |
| | | propertyName = "fileField"; |