许鹏程
2025-01-22 84c71e0c4d89cd15d8b85cfc2d2ea7ba0aa251f7
fix:getPropertyJson method change private
已修改1个文件
2 ■■■ 文件已修改
src/main/java/com/product/face/util/FaceUtil.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)) {