liuyu 4 gadi atpakaļ
vecāks
revīzija
9fab5764a9
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      app/service/school.js

+ 0 - 1
app/service/school.js

@@ -41,7 +41,6 @@ class SchoolService extends CrudService {
     const _filepath = this.ctx.app.config.baseUrl + filepath;
     console.log(_filepath);
     const studatas = await this.getImportXLSXData(_filepath, termid, schid, planid, planyearid, type);
-    console.log(studatas);
     // 将得到的数据校验
     const datacheck = await this.datacheck(studatas);
     if (datacheck.errorcode === '1') {