This commit is contained in:
佘春生 2024-07-01 14:50:56 +08:00
parent 26d1774fb1
commit 9de1047819
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>Debug|Any CPU</LastActiveSolutionConfig> <LastActiveSolutionConfig>Release|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] == ("6G")) if (queProject[2].Contains("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>Debug|Any CPU</LastActiveSolutionConfig> <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile> <NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
</PropertyGroup> </PropertyGroup>
<ProjectExtensions> <ProjectExtensions>