Commit b65d86de by 王昆

gsb

parent e52154a1
......@@ -35,8 +35,9 @@ class TcompanytaxocrService extends ServiceBase {
break;
}
await this.saveOcrItems(ocr, res.data.data);
ocr.isSend = true;
ocr.save();
ocr.isOCR = true;
ocr.ocr_time = new Date();
await ocr.save();
console.log(ocrObj.id);
} catch (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