| | |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | import com.ruoyi.common.core.constant.ScheduleConstants; |
| | | import com.ruoyi.common.core.exception.job.TaskException; |
| | | import com.se.common.core.constant.ScheduleConstants; |
| | | import com.se.common.core.exception.job.TaskException; |
| | | import com.ruoyi.job.domain.SysJob; |
| | | import com.ruoyi.job.mapper.SysJobMapper; |
| | | import com.ruoyi.job.util.CronUtils; |
| | |
| | | /** |
| | | * 定时任务调度信息 服务层 |
| | | * |
| | | * @author ruoyi |
| | | * @author admin |
| | | */ |
| | | @Service |
| | | public class SysJobServiceImpl implements ISysJobService |