明树Git Lab

Commit 4c523e4d authored by zfp1's avatar zfp1

update

parent bc867b41
...@@ -48,6 +48,7 @@ async function exportExcel() { ...@@ -48,6 +48,7 @@ async function exportExcel() {
const element = list[index]; const element = list[index];
worksheet.addRow(element); worksheet.addRow(element);
} }
console.log("-----------------------------------",list.length,"---------------------------------------------")
if (list.length > 0) { if (list.length > 0) {
let path = sysConfig.file.storagePath + '/' + moment().format('YYYYMMDD'); let path = sysConfig.file.storagePath + '/' + moment().format('YYYYMMDD');
if (!fs.existsSync(path)) { if (!fs.existsSync(path)) {
......
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