소스 검색

1、添加教务老师字段
2、布置作业

Joburgess 5 년 전
부모
커밋
d0715ede88
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-student/src/main/java/com/ym/mec/student/controller/PracticeGroupController.java

+ 1 - 1
mec-student/src/main/java/com/ym/mec/student/controller/PracticeGroupController.java

@@ -138,7 +138,7 @@ public class PracticeGroupController extends BaseController {
             throw new BizException("请联系老师确认您的所属分部");
         }
         if(!ENABLE_APPLY_ORGANIDS.contains(sysUser.getOrganId())){
-            throw new BizException("所在城市暂不参与此活动");
+            throw new BizException("陪练课预约活动已结束");
         }
         practiceGroup.setStudentId(sysUser.getId());
         return succeed(practiceGroupService.practiceApply(practiceGroup));