|
@@ -36,7 +36,7 @@ public class DataTask implements ITask {
|
|
|
// TODO Auto-generated method stub
|
|
|
try {
|
|
|
List<Exams> exams = Exams.dao.use("zskk").find(
|
|
|
- "SELECT * FROM pacsonline.exams where exam_status=3 and institution_id='25660009' order by createdAt desc limit 30");
|
|
|
+ "SELECT * FROM pacsonline.exams where exam_status=3 and institution_id='25660009' order by createdAt desc limit 40");
|
|
|
for (Exams exams2 : exams) {
|
|
|
try {
|
|
|
Studies studies = Studies.dao.use("zskk").findById(exams2.getStudyId());
|