明树Git Lab

Commit 65ab323f authored by zfp1's avatar zfp1

update

parent 4c523e4d
......@@ -68,6 +68,8 @@ async function exportExcel() {
});
// 3. 更新任务结果
await DB.ExcelRecord.findOneAndUpdate({_id: info._id}, {status: 2, excelUrl: fileInfo._id})
} else {
await DB.ExcelRecord.findOneAndUpdate({_id: info._id}, {status: 3});
}
}
}
......
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