|
@@ -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 00:00:00'")
|
|
.append(" and t.creation_time <= '2022-05-08 18:00:00'")
|
|
.append(" and t.creation_time <= '2022-05-08 18:00:00'")
|
|
.append(" and t.sync_status = 'UNSYNC'")
|
|
.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));
|
|
List<ExamRecordDataVO> allList = jdbcTemplate.query(querySql.toString(), new BeanPropertyRowMapper(ExamRecordDataVO.class));
|
|
System.out.println("total is " + allList.size());
|
|
System.out.println("total is " + allList.size());
|