leiy il y a 11 mois
Parent
commit
21476ffc96

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