Commit 716729c3 authored by m1991's avatar m1991

登录模块——用户注册验证码 - 注册成功后 -验证码删除功能修复

parent 393f95f5
......@@ -229,7 +229,7 @@
select
*
from
<include refid="table"/>
user_info
<where>
invite_code=#{inviteCode}
</where>
......
......@@ -144,7 +144,8 @@ public class UploadServiceImpl implements UploadService {
String zxUrl = basePath + newzxName;
resultMap.put("zxUrl", zxUrl);
resultMap.put("returnCode", 0);
resultMap.put("code", 0);
resultMap.put("msg","头像上传成功!!!");
shopZxMapper.zxadd1(zxUrl,userId);
return resultMap;
}
......
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