Commit a3a2e79d by 任晓松

update

parent 48406eaf
......@@ -439,6 +439,8 @@ class OpPlatformUtils {
if(actionBody.email){
updateObj.emial = 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