@@ -1822,6 +1822,9 @@ public class ExportController extends BaseController {
map.put("六级","6");map.put("七级","7");map.put("八级","8");map.put("九级","9");map.put("十级","10");
for (DegreeRegistration row : pageList.getRows()) {
row.setActivityTag(map.get(row.getLevel()));
+ if(row.getType() == 2){
+ row.setSubject("乐理");
+ }
}
OutputStream outputStream = response.getOutputStream();
try {