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