Commit 7aad8eb3 by huluobin

美甲师登陆流程修改 线程变量保存登陆Seesion

parent 464fef9a
...@@ -146,9 +146,9 @@ public class PhoneLoginController { ...@@ -146,9 +146,9 @@ public class PhoneLoginController {
throw new RRException("请联系管理员添加美甲师"); throw new RRException("请联系管理员添加美甲师");
} }
// if (StringUtils.isNotEmpty(openid)) { if (StringUtils.isNotEmpty(storeTechnician.getOpenid())) {
// throw new RRException("已经绑定过手机号"); throw new RRException("已经绑定过手机号");
// } }
storeTechnician.setOpenid(openid); storeTechnician.setOpenid(openid);
storeTechnicianService.updateById(storeTechnician); storeTechnicianService.updateById(storeTechnician);
return JsonResult.success(); return JsonResult.success();
......
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