@ -18,7 +18,7 @@ public interface QuartzJobConfigDao extends PagingAndSortingRepository<QuartzJob
@Query(" FROM QuartzJobConfig a WHERE a.status=?1 and a.del='1'")
List<QuartzJobConfig> findByAll(String s);
@Query(" FROM QuartzJobConfig a WHERE a.id in (1,2,3,4,5,6,7,8,9,10,12,13,14,15,16,17) and a.del='1' ")
@Query(" FROM QuartzJobConfig a WHERE a.id in (1,2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,20,21) and a.del='1' ")
List<QuartzJobConfig> findByIds();
@Query(" FROM QuartzJobConfig a WHERE a.id=?1 and a.del='1'")