Commit 5bf23800 by lixinming

no message

parent c307bc77
...@@ -15,7 +15,7 @@ const md5 = require("md5"); ...@@ -15,7 +15,7 @@ const md5 = require("md5");
*/ */
export async function updateQCCDataTask() { export async function updateQCCDataTask() {
let enterpriseList = await selectData(OPERATIONALDATATYPE.查询多个, TABLENAME.企业基础信息表, {}, ["eId", "uscc", "enterpriseName"]); let enterpriseList = await selectData(OPERATIONALDATATYPE.查询多个, TABLENAME.企业基础信息表, {}, ["eId", "uscc", "enterpriseName"]);
console.log(`开始同步企查查数据,本次同步同${enterpriseList.length}家`); console.log(`开始同步企查查数据,${moment(new Date().valueOf()).format("YYYY-MM-DD HH:mm:ss")}本次同步同${enterpriseList.length}家`);
for (let i = 0; i < enterpriseList.length; i++) { for (let i = 0; i < enterpriseList.length; i++) {
let info = enterpriseList[i]; let info = enterpriseList[i];
......
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