|
@@ -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)
|
|
|
{
|
|
@@ -81,6 +83,8 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
}
|
|
|
else result.Msg = "暂无该团组信息";
|
|
|
|
|
|
+ result.Data = _DelegationInfo;
|
|
|
+
|
|
|
}
|
|
|
else result.Msg = "请输入正确的端口号。1 Web 2 Android 3 IOS";
|
|
|
|