Commit 484350ab LN

1

1 个父辈 57061555
...@@ -408,6 +408,9 @@ namespace TSA_V.LoadCSVLibrary ...@@ -408,6 +408,9 @@ namespace TSA_V.LoadCSVLibrary
{ {
LogUtil.error($"{com.PN}的数量分组{intarr.Length}和位置分组{strarr.Length},不统一!"); LogUtil.error($"{com.PN}的数量分组{intarr.Length}和位置分组{strarr.Length},不统一!");
return new List<ComponetInfo>(); return new List<ComponetInfo>();
}else if (strarr.Length > 1)
{
LogUtil.error($"{com.PN}的数量分组{intarr.Length}和位置分组{strarr.Length}");
} }
for (int j = 0; j < strarr.Length; j++) for (int j = 0; j < strarr.Length; j++)
......
...@@ -70,7 +70,7 @@ namespace TSA_V ...@@ -70,7 +70,7 @@ namespace TSA_V
} }
currIndex = 0; currIndex = 0;
ShowCom(); ShowCom();
//if (!Setting_NInit.App_IsDebug) if (!Setting_NInit.App_IsDebug)
{ {
if (TSAVBean.Status <= TSAVStatus.Wait) if (TSAVBean.Status <= TSAVStatus.Wait)
{ {
......
...@@ -35,7 +35,7 @@ namespace TSA_V ...@@ -35,7 +35,7 @@ namespace TSA_V
if(count<=0) if(count<=0)
{ {
LogUtil.info($"hand start : 未查询到相机"); LogUtil.info($"hand start : 未查询到相机");
return; //return;
} }
//脚本所在地址 //脚本所在地址
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!