@@ -200,6 +200,7 @@ public class FrontStudentController extends BaseController {
JSONArray.parse(user.getDirectedStudy()).stream().forEach(t -> {
JSONObject o = (JSONObject) t;
idList.add(o.getLong("majorId"));
+ o.put("notice", "");
resultList.add(o);
});
if(idList.isEmpty()) {