zoujiajian 2 ani în urmă
părinte
comite
43886129d2

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