张天森
2022-10-09 30ff6fd5d54f723f36a8e350d3cd24017951090e
flower_city/src/main/java/com/dg/core/resolvers/CurrentUserMethodArgumentResolver.java
@@ -41,9 +41,7 @@
            //从数据库中查询并返回
            return userService.selectData(currentUserId+"");
        }
        return null;
//        throw new MissingServletRequestPartException(Constant.CURRENT_USER_ID);
    }
}