Compare commits

..

No commits in common. "c31f2ec9946c5919119b9d9597674a1f70af4efa" and "988b5983e4d05a1d264b551e7c1b136a83a873ee" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<ProjectView>ProjectFiles</ProjectView> <ProjectView>ProjectFiles</ProjectView>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig> <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress> <UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress /> <Use64BitIISExpress />
<IISExpressSSLPort /> <IISExpressSSLPort />

View File

@ -461,7 +461,7 @@ namespace FineUIPro.Web.WelderManage
} }
else else
{ {
if (queProject[2].Contains("6G")) if (queProject[2] == ("6G"))
{ {
weldType = "1,2,3"; weldType = "1,2,3";
} }
@ -530,7 +530,7 @@ namespace FineUIPro.Web.WelderManage
updateQue.IsPass = q.IsPass; updateQue.IsPass = q.IsPass;
BLL.WelderQualifiedService.UpdateWelderQualifiedProject(updateQue); BLL.WelderQualifiedService.UpdateWelderQualifiedProject(updateQue);
} }
Alert.ShowInTop("该焊工资质分析完成!", MessageBoxIcon.Success);
BindGrid(); BindGrid();
} }

View File

@ -8,7 +8,7 @@
<IISExpressWindowsAuthentication /> <IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode /> <IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile /> <UseGlobalApplicationHostFile />
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig> <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile> <NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
</PropertyGroup> </PropertyGroup>
<ProjectExtensions> <ProjectExtensions>