caipin 3 years atrás
parent
commit
d21a9a1043
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/login_service.go

+ 1 - 1
services/login_service.go

@@ -75,7 +75,7 @@ func (s *loginService) ValidProjectAccount(loginData viewmodels.Login, writer ht
 	// 	return nil, errors.New("工程建设管理员不存在,禁止登录")
 	// }
 	if projectInfo.Status == 0 {
-		return nil, errors.New("该项目已停用")
+		return nil, errors.New("该项目已停用,请联系管理员开启")
 	}
 
 	// 2.验证登陆