liuyu 4 tahun lalu
induk
melakukan
9fab5764a9
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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') {