lrf402788946 4 年之前
父節點
當前提交
935182b98e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/service/school.js

+ 1 - 0
app/service/school.js

@@ -170,6 +170,7 @@ class SchoolService extends CrudService {
   async getImportXLSXData(filepath, termid, schid, planid, planyearid, type, batchid) {
     console.log(filepath);
     const file = await this.ctx.curl(filepath);
+    console.log(file);
     const workbook = XLSX.read(file.data);
     // 读取内容
     let exceldata = [];