|
|
|
@ -26,7 +26,7 @@ public class SysJobLogServiceImpl implements ISysJobLogService { |
|
|
|
} |
|
|
|
|
|
|
|
public void addJobLog(SysJobLog jobLog) { |
|
|
|
this.jobLogMapper.insertJobLog(jobLog); |
|
|
|
// this.jobLogMapper.insertJobLog(jobLog); |
|
|
|
} |
|
|
|
|
|
|
|
public int deleteJobLogByIds(Long[] logIds) { |
|
|
|
|