@@ -170,6 +170,7 @@ class SchoolService extends CrudService {
async getImportXLSXData(filepath, termid, schid, planid, planyearid, type, batchid) {
console.log(filepath);
const file = await this.ctx.curl(filepath);
+ console.log(file);
const workbook = XLSX.read(file.data);
console.log(workbook);
// 读取内容