“djh”
2024-10-31 39f8fb5886475604b6a9b6d99afe53ec730a293b
exam-system/src/main/java/com/gkhy/exam/institutionalaccess/service/serviceImpl/ThBatchManagerServiceImpl.java
@@ -200,9 +200,12 @@
        HashMap<String, String> map = new HashMap<>();
        map.put("name",thStudent.getName());
        map.put("platform",thStudent.getInstitutionName());
        sendMessageUtil.sendMessageCheck(phone,map);
        Boolean b = sendMessageUtil.sendMessageCheck(phone, map);
        if (b){
        return AjaxResult.success();
    }
        return AjaxResult.error();
    }
    public String getObtainSuperiors(String code){
        List<ThSubjectType> subjectTypeList = subjectTypeService.getSubjectTypeList();