判断修改

pull/1/head
ljt 2 years ago
parent 266a8d337c
commit 162cea8f85

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

Loading…
Cancel
Save