瀏覽代碼

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

西昌分支
dyy 2 月之前
父節點
當前提交
97d69fc70d
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 查看文件

@@ -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…
取消
儲存