springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/helper/encrypt/ResultInterceptor.java
@@ -34,6 +34,7 @@ @Override public Object intercept(Invocation invocation) throws Throwable { log.info("解密拦截器"); Object result = invocation.proceed(); if (Objects.isNull(result)){ return null;