1
This commit is contained in:
@@ -648,7 +648,7 @@ namespace FineUIPro.Web.HJGL.DataIn
|
||||
|
||||
if (!string.IsNullOrEmpty(wmeCode)) //焊接方法
|
||||
{
|
||||
if (wmeCode.Contains(welderQualify.WeldingMethodId))
|
||||
if (welderQualify.WeldingMethodId.Contains(wmeCode))
|
||||
{
|
||||
okNum++;
|
||||
}
|
||||
|
||||
@@ -237,7 +237,7 @@ namespace WebAPI.Controllers
|
||||
|
||||
if (!string.IsNullOrEmpty(wmeCode)) //焊接方法
|
||||
{
|
||||
if (wmeCode.Contains(welderQualify.WeldingMethodId))
|
||||
if (welderQualify.WeldingMethodId.Contains(wmeCode))
|
||||
{
|
||||
okNum++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user