This commit is contained in:
Tsanie Lily 2020-05-26 10:21:07 +08:00
parent befc93960b
commit 3a1348ee6d
4 changed files with 4 additions and 4 deletions

View File

@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("2.20.525")] [assembly: AssemblyFileVersion("2.20.526")]

View File

@ -255,7 +255,6 @@ namespace IronIntel.Contractor.Site
string companyId = SystemParams.CompanyID; string companyId = SystemParams.CompanyID;
InspectReportInfo report = null; InspectReportInfo report = null;
var aic = CreateClient<AssetInspectClient>();
if (teamintelligence) if (teamintelligence)
{ {
var client = CreateClient<TeamIntelligenceClient>(); var client = CreateClient<TeamIntelligenceClient>();
@ -263,6 +262,7 @@ namespace IronIntel.Contractor.Site
} }
else else
{ {
var aic = CreateClient<AssetInspectClient>();
report = aic.GetInspection(companyId, id); report = aic.GetInspection(companyId, id);
} }

View File

@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("2.20.525")] [assembly: AssemblyFileVersion("2.20.526")]

2
Site

@ -1 +1 @@
Subproject commit 90bcf3a8a337daecc61bf5a20f9f30f7ec81441e Subproject commit 61a0879af8868e3480b1e45f0abd6a5df44328ca