新增便签ruoyi-note模块

This commit is contained in:
WangHao
2020-09-13 01:04:21 +08:00
parent a1e23ed9c9
commit d32b8041ae
28 changed files with 2923 additions and 11 deletions

View File

@ -44,17 +44,7 @@ public class BaseController
return user.getUser();
}
// /**
// * @auther: Wang
// * @date: 2020/08/17 20:19
// * 功能描述:获取当前用户UserID
// */
// protected Long getAuthUserId()
// {
// Authentication auth = SecurityContextHolder.getContext().getAuthentication();
// LoginUser user = (LoginUser) auth.getPrincipal();
// return user.getUser().getUserId();
// }
/**
* 将前台传递过来的日期格式的字符串自动转化为Date类型