@@ -760,7 +760,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
return urlPref + code;
}
- if (type != null && type == 1) {
+ if (type != null && type == 1 && StrUtil.isEmpty(code)) {
throw BusinessRuntimeException.getInstance("查询失败,请检查是否发送了登陆码..");