lrf402788946 hace 4 años
padre
commit
935182b98e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 = [];