Просмотр исходного кода

暂时去掉技能考试提示

mingfu 3 недель назад
Родитель
Сommit
53776bc5d8

+ 1 - 0
ie-admin/src/main/java/com/ruoyi/web/controller/front/FrontStudentController.java

@@ -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()) {