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