lrf402788946 пре 4 година
родитељ
комит
6618445de7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/service/school.js

+ 1 - 1
app/service/school.js

@@ -51,7 +51,7 @@ class SchoolService extends CrudService {
     const planyearid = plan.planyearid;
     const planyearid = plan.planyearid;
     // 取得excle中数据
     // 取得excle中数据
     const _filepath = this.ctx.app.config.baseUrl + filepath; //
     const _filepath = this.ctx.app.config.baseUrl + filepath; //
-    console.log(_filepath);
+    console.warn(_filepath);
     const studatas = await this.getImportXLSXData(
     const studatas = await this.getImportXLSXData(
       _filepath,
       _filepath,
       termid,
       termid,