|
@@ -22,7 +22,7 @@ public class CMoveTask implements ITask {
|
|
if (flag >= 10) {
|
|
if (flag >= 10) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- List<Record> studyidfinds = Db.use("local").find("select * from study where status =1 or status =2 order by createAt asc limit 4");
|
|
|
|
|
|
+ List<Record> studyidfinds = Db.use("local").find("select * from study where status =1 or status =2 order by createAt asc limit 8");
|
|
if (studyidfinds == null) {
|
|
if (studyidfinds == null) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|