OCR-上传修改
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ public class OcrRestfulController{
|
||||
*/
|
||||
@ApiOperation(value = "新增OCR内容")
|
||||
@PostMapping("/addOcrRecord")
|
||||
public Result<?> addOcrRecord(OcrRecordEO ocrRecordEO) throws Exception {
|
||||
public Result<?> addOcrRecord(@RequestBody OcrRecordEO ocrRecordEO) throws Exception {
|
||||
SimpleDateFormat sdf=new SimpleDateFormat("yyy-MM-dd HH:mm:ss");
|
||||
log.info("收到文件上传请求,开始处理文件:【"+sdf.format(new Date())+"】");
|
||||
// 根据attID查找文件
|
||||
|
||||
Reference in New Issue
Block a user