Commit af91486e authored by 李健华's avatar 李健华

添加冻结msg返回

parent c09d065a
......@@ -135,7 +135,7 @@ public class AppletServiceImpl implements IAppletService {
throw new AppletException("未找到此用户绑定信息","0401");
}
user = userService.findById(wechatUserInfo.getUserId());
if (null == user || !user.getEnable()) {
if (null == user ) {
log.warn("未找到此用户,appName:{} ,openId:{}", appName, openId);
throw new AppletException("未找到此用户", "0401");
}
......
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