|
|
|
@ -174,7 +174,7 @@ public class OcrTaskchildPictureController extends BaseController {
|
|
|
|
QueryWrapper<OcrPicture> imgWrapper = new QueryWrapper<>();
|
|
|
|
QueryWrapper<OcrPicture> imgWrapper = new QueryWrapper<>();
|
|
|
|
imgWrapper.eq("id",asd.get("pictureid"));
|
|
|
|
imgWrapper.eq("id",asd.get("pictureid"));
|
|
|
|
OcrPicture one = ocrPictureService.getOne(imgWrapper);
|
|
|
|
OcrPicture one = ocrPictureService.getOne(imgWrapper);
|
|
|
|
if (one.getSuspiciousfile()!=0){
|
|
|
|
if (one.getSuspiciousfile()==0){
|
|
|
|
collect.add(asd);
|
|
|
|
collect.add(asd);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|