zss
2024-07-08 31718a6a2a5f04499137cacf51ca644debc86643
framework/src/main/java/com/yuanchu/mom/config/PowerConfig.java
@@ -56,5 +56,6 @@
    @Override
    public void afterCompletion(HttpServletRequest request, HttpServletResponse response, Object handler, Exception ex) throws Exception {
        HandlerInterceptor.super.afterCompletion(request, response, handler, ex);
    }
}