|
|
@@ -1403,7 +1403,7 @@ namespace UAS_MES.PublicMethod
|
|
|
break;
|
|
|
case "RULE":
|
|
|
int sp_length = int.Parse(iLength != "" ? iLength : "0");
|
|
|
- if (iSN.Substring(0, iPrefix.Length) == iPrefix || iPrefix == "")
|
|
|
+ if (iSN.StartsWith(iPrefix) || iPrefix == "")
|
|
|
{
|
|
|
//进行长度匹配
|
|
|
if (iSN.Length == sp_length || sp_length == 0)
|