Pre Merge pull request !313 from 稚屿/master

This commit is contained in:
稚屿
2021-12-06 12:58:57 +00:00
committed by Gitee
3 changed files with 1 additions and 3 deletions

View File

@ -194,7 +194,6 @@ public class SysJobServiceImpl implements ISysJobService
@Transactional(rollbackFor = Exception.class)
public int insertJob(SysJob job) throws SchedulerException, TaskException
{
job.setStatus(ScheduleConstants.Status.PAUSE.getValue());
int rows = jobMapper.insertJob(job);
if (rows > 0)
{