Commit fe5da08c authored by m1991's avatar m1991

资讯模块——邀请码过滤特殊字符功能功能修复

parent a9c40e0c
...@@ -145,7 +145,7 @@ public class UploadServiceImpl implements UploadService { ...@@ -145,7 +145,7 @@ public class UploadServiceImpl implements UploadService {
resultMap.put("zxUrl", zxUrl); resultMap.put("zxUrl", zxUrl);
resultMap.put("code", 0); resultMap.put("code", 0);
resultMap.put("msg","头像上传成功!!!"); resultMap.put("msg","头像上传成功!!!");
shopZxMapper.zxadd1(zxUrl,userId); // shopZxMapper.zxadd1(zxUrl,userId);
return resultMap; 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