|
@@ -22,7 +22,7 @@ public class CMoveTask implements ITask {
|
|
|
// return;
|
|
|
// }
|
|
|
//延迟10分钟获取影像,并且查找状态为待CMOVE和错误状态的检查
|
|
|
- List<Record> studyidfinds = Db.use("local").find("select * from study where status =1 or status =2 and createAt<? order by createAt asc limit 1",parseStringToDate());
|
|
|
+ List<Record> studyidfinds = Db.use("local").find("select * from study where status =1 and createAt<? order by createAt asc limit 1",parseStringToDate());
|
|
|
if (studyidfinds == null) {
|
|
|
return;
|
|
|
}
|