zoujiajian 2 년 전
부모
커밋
43886129d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netflix-service/src/main/java/com/cyksj/service/relation/impl/GroupRelationFrontServiceImpl.java

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/relation/impl/GroupRelationFrontServiceImpl.java

@@ -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("查询失败,请检查是否发送了登陆码..");
 			}
 		}