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";