mes采集项校验

This commit is contained in:
Administrator
2026-08-31 20:37:39 +08:00
parent a09c8dbd3c
commit 0d4fa544af
3 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ namespace JinYuan.Models
{
resultStr = "OK";
}
else if (result == 0)
else if (result == 2)
{
resultStr = "NG";
}