fix(orc): post -> get
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ public class OCRRestfulController extends BaseController<OcrRecordEO> {
|
||||
}
|
||||
|
||||
@ApiOperation(value = "OCR识别-获取所有ocr结果", notes = "OCR识别-获取所有ocr结果")
|
||||
@PostMapping("/getAllOcrResult")
|
||||
@GetMapping("/getAllOcrResult")
|
||||
public ResponseMessage<PageInfo<OcrRecordEO>> page(OcrRecordEOPage page) throws Exception {
|
||||
if(org.apache.commons.lang3.StringUtils.isNotBlank(page.getPaixu()) && org.apache.commons.lang3.StringUtils.isNotBlank(page.getShunxu())){
|
||||
String sql = page.getPaixu()+" "+page.getShunxu();
|
||||
|
||||
Reference in New Issue
Block a user