Ver Fonte

fix 登录失败 可继续申请检测

zoujiajian há 1 ano atrás
pai
commit
faeea67fea

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

@@ -1282,9 +1282,9 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
 //				state = 0;
 //			}
 //		}
-		//登录失败不算异常
+		//登录失败 可继续申请检测
 		if (state == 2) {
-			state = 1;
+			return status;
 		}
 		//账号检测状态
 		status.setNfStatus(state);