|
|
@@ -857,8 +857,13 @@ namespace UAS_MES_NEW.Make
|
|
|
wo = dt.Rows[0]["ms_makecode"].ToString();
|
|
|
line = dt.Rows[0]["ms_linecode"].ToString();
|
|
|
}
|
|
|
+ else
|
|
|
+ {
|
|
|
+ LogMessage($"NG,文件{PathName} 序列号{currItem[0]}无归属过站记录");
|
|
|
+ continue;
|
|
|
+ }
|
|
|
|
|
|
- if(string.IsNullOrEmpty(wo) && string.IsNullOrEmpty(line))
|
|
|
+ if (string.IsNullOrEmpty(wo) && string.IsNullOrEmpty(line))
|
|
|
{
|
|
|
if (currItem.Length < 3)
|
|
|
{
|