瀏覽代碼

暂时去掉技能考试提示

mingfu 3 周之前
父節點
當前提交
53776bc5d8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ie-admin/src/main/java/com/ruoyi/web/controller/front/FrontStudentController.java

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