flower_city/src/main/java/com/dg/core/resolvers/CurrentUserMethodArgumentResolver.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
flower_city/src/main/java/com/dg/core/resolvers/CurrentUserMethodArgumentResolver.java
@@ -41,6 +41,9 @@ //从数据库中查询并返回 return userService.selectData(currentUserId+""); } throw new MissingServletRequestPartException(Constant.CURRENT_USER_ID); return null; // throw new MissingServletRequestPartException(Constant.CURRENT_USER_ID); } }