彭雪彬
2025-07-14 c1d20b425b10e8ba59f102dd1ab413055883eed0
oying-common/src/main/java/com/oying/config/webConfig/ConfigurerAdapter.java
@@ -70,6 +70,7 @@
        config.setDateFormat("yyyy-MM-dd HH:mm:ss");
        // 开启引用检测,枚举支持
        config.setWriterFeatures(
                JSONWriter.Feature.WriteLongAsString,
                JSONWriter.Feature.WriteEnumUsingToString,
                JSONWriter.Feature.ReferenceDetection
        );