This commit is contained in:
parent
a0cdfc5f6f
commit
ba63672e6c
|
@ -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++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue