Commit 65d350a1 by 宋毅

tj

parent 054b94d2
......@@ -17,7 +17,7 @@ class AppUserPinByUserNameCache extends CacheBase {
var actionBody = val.actionBody;
var appInfo = val.appInfo;
var uUserName = actionBody.userName ? actionBody.userName : actionBody.channelUserId;
var uPassword = actionBody.userName;//uPassword
var uPassword = actionBody.userName ? actionBody.userName : actionBody.channelUserId;//uPassword
var mobile = actionBody.mobile ? actionBody.mobile : actionBody.channelUserId;
var userInfo = await this.appuserDao.getItemByChannelUserId(uUserName, appInfo.uapp_id);
......
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