Commit bf55b610 authored by hezhen's avatar hezhen

Merge branch 'master-customer-management' into dev

parents 82fcad23 df525ee7
...@@ -262,7 +262,7 @@ public class AppPermissionService { ...@@ -262,7 +262,7 @@ public class AppPermissionService {
if (StringUtils.isNotBlank(code)){ if (StringUtils.isNotBlank(code)){
//判断处理活动关键字 //判断处理活动关键字
String[] codes = code.split("_"); String[] codes = code.split("_");
if(codes.length > 1) { if(codes.length > 0) {
String userCode = codes[0]; String userCode = codes[0];
if(appUserDetailBiz.getUserByCode(userCode)==0) { if(appUserDetailBiz.getUserByCode(userCode)==0) {
return JsonResultUtil.createFailedResult(ResultCode.NOTEXIST_CODE, "邀请人不存在"); return JsonResultUtil.createFailedResult(ResultCode.NOTEXIST_CODE, "邀请人不存在");
......
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