许鹏程
2025-02-08 61fc6b12f5231c50103849866fe2d094fc0b9936
src/main/java/com/product/face/util/FaceUtil.java
@@ -65,7 +65,7 @@
      return result;
   }
   private static JSONObject getPropertyJson(List<FieldSetEntity> propertyList, Map<String, List<FieldSetEntity>> groupContainer) {
   public static JSONObject getPropertyJson(List<FieldSetEntity> propertyList, Map<String, List<FieldSetEntity>> groupContainer) {
      JSONObject property = new JSONObject();
      String propertyValue = null;
      if (!CollectionUtil.isEmpty(propertyList)) {