src/main/java/com/zy/asrs/task/WorkMastScheduler.java
@@ -80,7 +80,7 @@ */ @Scheduled(cron = "0/3 * * * * ? ") private synchronized void autoPubTasks() { List<WrkMast> wrkMasts = wrkMastService.selectList(new EntityWrapper<WrkMast>().in("wrk_sts", Arrays.asList(1L, 11L))); List<WrkMast> wrkMasts = wrkMastService.selectList(new EntityWrapper<WrkMast>().in("wrk_sts", Arrays.asList(1L, 11L)).orderBy("io_pri",false).orderBy("appe_time", true)); if (wrkMasts.isEmpty()) { return; }