修改注释与方法参数对应

This commit is contained in:
ziry
2018-12-29 16:28:54 +08:00
parent b66097c004
commit d22fa29b65
11 changed files with 19 additions and 19 deletions

View File

@ -73,9 +73,9 @@ public class DataScopeAspect
/**
* 数据范围过滤
*
* @param da 部门表别名
* @return 标准连接条件对象
* @param joinPoint 切点
* @param user 用户
* @param alias 别名
*/
public static void dataScopeFilter(JoinPoint joinPoint, SysUser user, String alias)
{

View File

@ -121,8 +121,8 @@ public class LogAspect
/**
* 获取注解中对方法的描述信息 用于Controller层注解
*
* @param joinPoint 切点
* @return 方法描述
* @param log 日志
* @param operLog 操作日志
* @throws Exception
*/
public void getControllerMethodDescription(Log log, SysOperLog operLog) throws Exception

View File

@ -35,7 +35,7 @@ public class AsyncManager
/**
* 执行任务
*
* @param 任务task
* @param task 任务
*/
public void execute(TimerTask task)
{

View File

@ -91,7 +91,6 @@ public class FileUploadUtils
*
* @param baseDir 相对应用的基目录
* @param file 上传的文件
* @param needDatePathAndRandomName 是否需要日期目录和随机文件名前缀
* @param extension 上传文件类型
* @return 返回上传成功的文件名
* @throws FileSizeLimitExceededException 如果超出最大大小

View File

@ -13,7 +13,7 @@ public class PermissionUtils
/**
* 权限错误消息提醒
*
* @param errorMsg 错误信息
* @param permissionsStr 错误信息
* @return
*/
public static String getMsg(String permissionsStr)