zhou zhou
70 分钟以前 213917033bac65c5f0f48509ee9a8bde5cf6d54c
rsf-server/src/main/java/com/vincent/rsf/server/common/utils/FieldsUtils.java
@@ -185,7 +185,10 @@
                }
            }
        } else {
            saveFields(params, params.get("index").toString());
            Object index = params.get("index");
            if (!Cools.isEmpty(index)) {
                saveFields(params, params.get("index").toString());
            }
        }
    }