lrf402788946 hace 4 años
padre
commit
ee28a93244
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/service/school.js

+ 1 - 1
app/service/school.js

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