Skip to content

Commit

Permalink
Update MysqlExecutingJobQueue.java
Browse files Browse the repository at this point in the history
  • Loading branch information
irector2016 authored Jan 19, 2017
1 parent 05b13b3 commit c2175c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public List<JobPo> getDeadJobs(long deadline) {
.all()
.from()
.table(getTableName())
.where("gmt_created < ?", deadline)
.where("gmt_modified < ?", deadline)
.list(RshHolder.JOB_PO_LIST_RSH);
}

Expand Down

0 comments on commit c2175c5

Please sign in to comment.