1
2 天以前 b7bb549bd0abc0886d7a9fcb46cb582508de00dd
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());
            }
        }
    }