liuyu 4 年之前
父節點
當前提交
9fab5764a9
共有 1 個文件被更改,包括 0 次插入1 次删除
  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') {