Commit 67419058 authored by 王亮's avatar 王亮

fix an issue(appId)

parent 2b673ba2
...@@ -63,9 +63,6 @@ public class AppletServiceImpl implements IAppletService { ...@@ -63,9 +63,6 @@ public class AppletServiceImpl implements IAppletService {
appletParamEntry.setTenantId(UserConstant.defaultTenantId); appletParamEntry.setTenantId(UserConstant.defaultTenantId);
} }
if (StringUtils.isEmpty(appletParamEntry.getAppId())) {
}
wechatUserInfo = (wechatUserInfo == null ? new WechatUserInfo() : wechatUserInfo); wechatUserInfo = (wechatUserInfo == null ? new WechatUserInfo() : wechatUserInfo);
wechatUserInfo.setNickName(appletParamEntry.getNickName()); wechatUserInfo.setNickName(appletParamEntry.getNickName());
......
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