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