刘韬 3 년 전
부모
커밋
6a92807d46
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 		}