Commit dbafe985 authored by 任国军's avatar 任国军

fix recommendClass

parent cb4815b8
Pipeline #22338 passed with stage
in 3 seconds
...@@ -476,6 +476,8 @@ class ReportService extends Service { ...@@ -476,6 +476,8 @@ class ReportService extends Service {
} }
const tmpClass = v; const tmpClass = v;
tmpClass.price_type = await this.service.course.v5.institution.getClassPriceType(tmpClass.price_type);
tmpClass.mode = await this.service.course.v5.institution.getClassMode(tmpClass.mode);
tmpClass.institution_name = ctx.isEmpty(institutionList[v.institution_id]) ? '' : institutionList[v.institution_id][0].name; tmpClass.institution_name = ctx.isEmpty(institutionList[v.institution_id]) ? '' : institutionList[v.institution_id][0].name;
tmpClass.age_list = classAgeList; tmpClass.age_list = classAgeList;
tmpClass.type_list = classTypeList; tmpClass.type_list = classTypeList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment