shicf
2024-09-25 5d210a9b1181064aa66a150c757e5e054edbf8fe
src/main/java/com/product/mobile/core/service/FaceMobileService.java
@@ -343,7 +343,6 @@
   }
   private void to(Map<String, List<FieldSetEntity>> groupMap, List<FieldSetEntity> fieldSetEntity, List<List<FieldSetEntity>> subTableField, List<FaceFieldEntity> result, Map<String, List<FieldSetEntity>> parentMap) {
      FieldSetEntity parent = fieldSetEntity.get(0);
      String groupUuid1 = parent.getString("group_uuid");
@@ -352,7 +351,6 @@
      }
      List<FieldSetEntity> parentGroup = groupMap.get(groupUuid1);
      FaceFieldEntity faceFieldEntity = new FaceFieldEntity();
      boolean parentType = false;
      String __config__ = null;
      List<FieldSetEntity> other = null;
      do {
@@ -387,6 +385,9 @@
                  ReflectUtil.setFieldValue(faceFieldEntity, propertyName, setEntity.getObject("property_value"));
               }
            } else if (!StringUtils.isEmpty(setEntity.getObject("property_value"))) {
               //判断是否
               faceFieldEntity.putOtherParam(propertyName, setEntity.getObject("property_value"));
            }
         }
         if (StringUtils.isEmpty(faceFieldEntity.getField())) {