1
昨天 b2deb1cc93b3d2c3fb9dc795e3589e1c62329a8f
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());
            }
        }
    }