Commit 957df6fc authored by 任国军's avatar 任国军

fix ext

parent 67ab3d4f
Pipeline #27118 passed with stage
in 5 seconds
...@@ -207,7 +207,7 @@ class InstitutionSubService extends Service { ...@@ -207,7 +207,7 @@ class InstitutionSubService extends Service {
classInfo.video_count = videoCount; classInfo.video_count = videoCount;
classInfo.frequency = frequency; classInfo.frequency = frequency;
classInfo.relation = relation; classInfo.relation = relation;
classInfo.ext = ctx.isEmpty(institution) ? {} : JSON.parse(institution.ext); // classInfo.ext = ctx.isEmpty(institution) ? {} : JSON.parse(institution.ext);
return classInfo; return classInfo;
} }
......
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