@@ -24,7 +24,7 @@ public class CheckTask implements ITask {
@Override
public void run() {
// TODO Auto-generated method stub
- List<Record> record = Db.use("connectedtemp").find("select * from study where status=3 and imageNum is not null order by createAt desc limit 10");
+ List<Record> record = Db.use("connectedtemp").find("select * from study where status>=3 and imageNum is not null order by createAt desc limit 15");
if (record == null) {
return;
}