刘韬 3 years ago
parent
commit
6a92807d46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DataFusion/src/com/zskk/task/CMoveTask.java

+ 1 - 1
DataFusion/src/com/zskk/task/CMoveTask.java

@@ -22,7 +22,7 @@ public class CMoveTask implements ITask {
 		if (flag >= 10) {
 			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) {
 			return;
 		}