deason 3 жил өмнө
parent
commit
21dfdb6ff3

+ 2 - 2
src/main/java/cn/com/qmth/dp/examcloud/oe/modules/exam_record_data/ExamRecordDataTool.java

@@ -44,8 +44,8 @@ public class ExamRecordDataTool {
                 .append(" and t.creation_time >= '2022-05-08 00:00:00'")
                 .append(" and t.creation_time <= '2022-05-08 18:00:00'")
                 .append(" and t.sync_status = 'UNSYNC'")
-                .append(" order by t.root_org_id,t.exam_id")
-                .append(" limit 3");
+                .append(" order by t.root_org_id,t.exam_id");
+        // .append(" limit 3");
 
         List<ExamRecordDataVO> allList = jdbcTemplate.query(querySql.toString(), new BeanPropertyRowMapper(ExamRecordDataVO.class));
         System.out.println("total is " + allList.size());