Commit f3ac6d91 by 任晓松

update

parent a3a2e79d
......@@ -437,10 +437,8 @@ class OpPlatformUtils {
updateObj.mobile = actionBody.newMobile;
}
if(actionBody.email){
updateObj.emial = actionBody.email;
updateObj.email = actionBody.email;
}
console.log(updateObj)
console.log({ where: { channel_userid: pobj.userInfo.channel_userid, uapp_id: pobj.appInfo.uapp_id } })
await this.appuserDao.updateByWhere(updateObj, { where: { channel_userid: pobj.userInfo.channel_userid, uapp_id: pobj.appInfo.uapp_id } })
return system.getResultSuccess();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment