11
This commit is contained in:
@@ -461,7 +461,7 @@ namespace FineUIPro.Web.WelderManage
|
||||
}
|
||||
else
|
||||
{
|
||||
if (queProject[2] == ("6G"))
|
||||
if (queProject[2].Contains("6G"))
|
||||
{
|
||||
weldType = "1,2,3";
|
||||
}
|
||||
@@ -530,7 +530,7 @@ namespace FineUIPro.Web.WelderManage
|
||||
updateQue.IsPass = q.IsPass;
|
||||
BLL.WelderQualifiedService.UpdateWelderQualifiedProject(updateQue);
|
||||
}
|
||||
|
||||
Alert.ShowInTop("该焊工资质分析完成!", MessageBoxIcon.Success);
|
||||
BindGrid();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user