Sfoglia il codice sorgente

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

西昌分支
dyy 2 mesi fa
parent
commit
97d69fc70d
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 Vedi 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)


Caricamento…
Annulla
Salva