|
|
|
@ -409,12 +409,12 @@ public class OcrTaskchildPictureController extends BaseController {
|
|
|
|
|
public ResultVo getPictureSimilarityList(
|
|
|
|
|
@RequestParam(name = "pageNo") Integer pageNo,
|
|
|
|
|
@RequestParam(name = "pageSize") Integer pageSize,
|
|
|
|
|
@RequestParam(name = "oderType") String oderType,
|
|
|
|
|
@RequestParam(name = "oderName") String oderName,
|
|
|
|
|
@RequestParam(name = "oderType") String orderType,
|
|
|
|
|
@RequestParam(name = "orderName") String orderName,
|
|
|
|
|
@RequestParam(name = "checkDuplicateId") String checkDuplicateId,
|
|
|
|
|
@RequestParam(name = "pictureId", required = false) String pictureId,
|
|
|
|
|
HttpServletRequest req) {
|
|
|
|
|
Page<OcrTaskchildPicture> result = ocrTaskchildPictureService.getPackageSimilarityList(pageNo, pageSize, oderType, oderName, checkDuplicateId, pictureId);
|
|
|
|
|
Page<OcrTaskchildPicture> result = ocrTaskchildPictureService.getPackageSimilarityList(pageNo, pageSize, orderType, orderName, checkDuplicateId, pictureId);
|
|
|
|
|
return ResultVoUtil.success(result);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|