|
@@ -88,7 +88,7 @@ public class OpenStudentController extends BaseController {
|
|
|
Long tenantGroupId = student.getTenantGroupId();
|
|
|
TenantGroup tenantGroup = tenantGroupMapper.selectById(tenantGroupId);
|
|
|
if (tenantGroup == null) {
|
|
|
- throw new com.microsvc.toolkit.common.webportal.exception.BizException("机构小组不存在");
|
|
|
+ throw new com.microsvc.toolkit.common.webportal.exception.BizException("请选择小组");
|
|
|
}
|
|
|
Long studentId = student.getId();
|
|
|
|