Commit 41ce4f61 authored by lee_mingzhu's avatar lee_mingzhu

remove never used mothod

parent 668dd924
......@@ -438,7 +438,6 @@ public class UserController implements IBaseController {
WechatUserInfo userInfo = wechatService.findWechatUserInfoFromDb(openId);
if (userInfo != null && userInfo.getUserId() == null) {
userInfo.setUserId(userId);
userInfo.setPhoneNo(phoneNo);
wechatService.saveWechatUserInfo(userInfo);
}
return JsonResult.buildSuccessResult(null, null);
......
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