cheng
2024-08-25 d4ccd29668a65b27ed28fb862bceec130d94c87a
src/main/java/com/product/mobile/core/service/FaceMobileService.java
@@ -139,12 +139,15 @@
               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";