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 = [];