许鹏程
2025-01-22 84c71e0c4d89cd15d8b85cfc2d2ea7ba0aa251f7
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)) {