lrf402788946 4 years ago
parent
commit
ee28a93244
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/school.js

+ 1 - 1
app/service/school.js

@@ -168,7 +168,7 @@ class SchoolService extends CrudService {
 
 
   // 获取导入的XLSX文件中的数据
   // 获取导入的XLSX文件中的数据
   async getImportXLSXData(filepath, termid, schid, planid, planyearid, type, batchid) {
   async getImportXLSXData(filepath, termid, schid, planid, planyearid, type, batchid) {
-    console.log(filepath);
+    console.warn(filepath);
     const file = await this.ctx.curl(filepath);
     const file = await this.ctx.curl(filepath);
     console.log(file);
     console.log(file);
     const workbook = XLSX.read(file.data);
     const workbook = XLSX.read(file.data);