返回mes的总结果用1、0表示
This commit is contained in:
@@ -1508,11 +1508,11 @@ namespace JinYuan.ControlCenters
|
||||
int okCount = ccdArr.Count(it => it.Equals("OK"));
|
||||
if (okCount == ccdArr.Length)
|
||||
{
|
||||
m.IsAllCcdOK = "OK";
|
||||
m.IsAllCcdOK = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
m.IsAllCcdOK = "NG";
|
||||
m.IsAllCcdOK = 0;
|
||||
}
|
||||
|
||||
#region 注释代码
|
||||
|
||||
Reference in New Issue
Block a user