当前位置:网站首页>What should I do if the mobile phone number cannot be updated
What should I do if the mobile phone number cannot be updated
2022-06-10 22:33:00 【Jinan small program champion】
Business scenario processing
The mobile phone number cannot be updated , How to deal with
// Update interface editing method . Corresponding to the front-end Edit button . Method remember 1
public void Update(AddOrUpdatebaseCustomerReq obj)
{
// write01 Get the currently cached user information . The obtained information is assigned to the change user User variables .
var user = _auth.GetCurrentUser().User;
// Operation of things
UnitWork.Update<baseCustomer>(u => u.Id == obj.Id, u => new baseCustomer
{
cName=obj.cName,
taxCode=obj.taxCode,
bossName=obj.bossName,
bank=obj.bank,
bankName=obj.bankName,
registAddress=obj.registAddress,
officeAddress=obj.officeAddress,
business=obj.business,
relationName=obj.relationName,
relationMob=obj.relationMob,
typeId=obj.typeId,
// The field to be written must be written to ! otherwise , Mobile number update not 边栏推荐
- Tcapulusdb Jun · industry news collection (IV)
- IDEA出现“XXX has broken path”报错解决方法
- (十一)TableView
- What are MySQL clustered indexes and nonclustered indexes?
- Array plus one
- 修改SpriteMask 的 frontSortingLayer 变量
- Concept and use of CEPH distributed storage cluster pool resource pool
- 【TcaplusDB知识库】TcaplusDB查看进程所在机器介绍
- 【TcaplusDB知识库】TcaplusDB刷新tbus通道介绍
- SQL Server查询区分大小写
猜你喜欢

Kdd2022 | neural network compression of depth map based on antagonistic knowledge distillation

Web3生态去中心化金融平台——Sealem Finance

【phpstorm】 No data sources are configured to run this SQL and provide advanced c

leetcode 130. Surrounded Regions 被围绕的区域(中等)

Solution de gestion de la zone pittoresque intelligente pour la réunion des baleines

TcaplusDB君 · 行业新闻汇编(六)

datagrip 报错 “The specified database user/password combination is rejected...”的解决方法

Matlab - 演化博弈论实现

How to stimulate the vitality and driving force of cultural innovation

【TcaplusDB知识库】TcaplusDB日常巡检介绍
随机推荐
Variables (automatic variables, static variables, register variables, external variables) and memory allocation of C malloc/free, calloc/realloc
(11) Tableview
记录(二)
鯨會務智慧景區管理解决方案
手机号码更新不出来,怎么处理
Apache相关的几个安全漏洞修复
[tcapulusdb knowledge base] tcapulusdb transaction management introduction
【TcaplusDB知识库】TcaplusDB刷新tbus通道介绍
【phpstorm】 No data sources are configured to run this SQL and provide advanced c
How small and micro enterprises build micro official websites at low cost
Array move 0
IDEA出现“XXX has broken path”报错解决方法
Notes (II)
I have made a dating app for myself. Interested friends can have a look
【生成对抗网络学习 其一】经典GAN与其存在的问题和相关改进
CCF CSP 202109-2 非零段划分【100分】
【问题】解决Websocket字符串长度限制问题单包过大
数组 删除数组中的重复项
A number that appears only once in an array
Icml2022 | sharp maml: model independent meta learning for sharpness perception