修改注释与方法参数对应

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

@ -39,7 +39,7 @@ public interface SysJobMapper
* @param jobId 调度ID
* @return 结果
*/
public int deleteJobById(SysJob job);
public int deleteJobById(Long jobId);
/**
* 批量删除调度任务信息