|
@@ -43,7 +43,7 @@ public class UpdateTask 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='15400009' order by createdAt desc limit 100");
|
|
|
+ "SELECT * FROM pacsonline.exams where exam_status=3 and institution_id='15400009' order by createdAt desc limit 120");
|
|
|
for (Exams exams2 : exams) {
|
|
|
try {
|
|
|
Studies studies = Studies.dao.use("zskk").findById(exams2.getStudyId());
|