Commit 464fef9a by huluobin

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

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