Commit b65d86de by 王昆

gsb

parent e52154a1
...@@ -35,8 +35,9 @@ class TcompanytaxocrService extends ServiceBase { ...@@ -35,8 +35,9 @@ class TcompanytaxocrService extends ServiceBase {
break; break;
} }
await this.saveOcrItems(ocr, res.data.data); await this.saveOcrItems(ocr, res.data.data);
ocr.isSend = true; ocr.isOCR = true;
ocr.save(); ocr.ocr_time = new Date();
await ocr.save();
console.log(ocrObj.id); console.log(ocrObj.id);
} catch (error) { } catch (error) {
console.log(error); console.log(error);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment