Commit 3bd1a6da authored by 任国军's avatar 任国军

report add institution_logo

parent f7cd376e
Pipeline #23601 passed with stage
in 3 seconds
......@@ -511,6 +511,7 @@ class ReportService extends Service {
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_logo = ctx.isEmpty(institutionList[v.institution_id]) ? '' : institutionList[v.institution_id][0].logo;
tmpClass.age_list = classAgeList;
tmpClass.type_list = classTypeList;
tmpClass.frequency_list = classFrequencyList;
......
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