chen.lin
5 天以前 365bcb4557cdc160fa04eaad8655c2b52748f5c8
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());
            }
        }
    }