|
@@ -524,7 +524,6 @@ public class StudentManageServiceImpl implements StudentManageService {
|
|
|
if (sysUser1 != null && !userId.equals(sysUser1.getId())) {
|
|
|
throw new BizException("手机号已被占用");
|
|
|
}
|
|
|
- student.setUserType(sysUser1.getUserType());
|
|
|
sysUserFeignService.updateSysUser(student);
|
|
|
|
|
|
student.setUserId(student.getId());
|