@@ -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') {