Browse Source

【修改】移动端修改手机号,同步改学籍表;

西昌分支
dyy 2 months ago
parent
commit
97d69fc70d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Organization/User/UserService.cs

+ 2
- 0
Learun.Framework.Ultimate V7/Learun.Application.Organization/User/UserService.cs View File

@@ -888,6 +888,8 @@ namespace Learun.Application.Organization
userEntity.F_Mobile = mobile;
userEntity.Modify(keyValue);
this.BaseRepository().Update(userEntity);
//修改学籍手机号
this.BaseRepository("CollegeMIS").ExecuteBySql($"update StuInfoBasic set mobile='{mobile}' where StuNo='{userEntity.F_Account}' ");
}
}
catch (Exception ex)


Loading…
Cancel
Save