leiy 1 년 전
부모
커밋
21476ffc96
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      OASystem/OASystem.Infrastructure/Repositories/Groups/DelegationInfoRepository.cs

+ 4 - 0
OASystem/OASystem.Infrastructure/Repositories/Groups/DelegationInfoRepository.cs

@@ -69,6 +69,8 @@ namespace OASystem.Infrastructure.Repositories.Groups
                     _DelegationInfo.VisitCountry = FormartTeamName(_DelegationInfo.VisitCountry);
                 }
                 else result.Msg = "暂无该团组信息";
+
+                result.Data = _DelegationInfo;
             }
             else if (dto.PortType == 2 || dto.PortType == 3) //IOS Or Android
             {
@@ -81,6 +83,8 @@ namespace OASystem.Infrastructure.Repositories.Groups
                 }
                 else result.Msg = "暂无该团组信息";
 
+                result.Data = _DelegationInfo;
+
             }
             else result.Msg = "请输入正确的端口号。1 Web 2 Android 3 IOS";