Commit c56f3fcd 几米阳光

1

1 个父辈 5eaf354a
...@@ -49,6 +49,10 @@ ...@@ -49,6 +49,10 @@
入库时,叉子深入料盘之后,开始下降时就给服务器发送入库位结束消息。 入库时,叉子深入料盘之后,开始下降时就给服务器发送入库位结束消息。
需要修改还未修改的: 需要修改还未修改的:
X12_上料机构出料检测信号: X12_上料机构出料检测信号:
......
...@@ -112,7 +112,7 @@ namespace OnlineStore.Common ...@@ -112,7 +112,7 @@ namespace OnlineStore.Common
} }
catch (Exception e) catch (Exception e)
{ {
LogUtil.error( "POST ERROR:" + e.StackTrace, 1); LogUtil.error( "POST【"+ paramData + "】 ERROR:" + e.StackTrace, 1);
} }
if (!result.Contains("null") && result.Length != 0) if (!result.Contains("null") && result.Length != 0)
{ {
......
...@@ -1481,7 +1481,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -1481,7 +1481,7 @@ namespace OnlineStore.DeviceLibrary
string[] posIdArray = posIdStr.Split(splitChar); string[] posIdArray = posIdStr.Split(splitChar);
string[] plateWArray = plateWStr.Split(splitChar); string[] plateWArray = plateWStr.Split(splitChar);
string[] plateHArray = plateHStr.Split(splitChar); string[] plateHArray = plateHStr.Split(splitChar);
string[] singleOutArray = plateHStr.Split(splitChar); string[] singleOutArray = singleOut.Split(splitChar);
int index = -1; int index = -1;
foreach (string posId in posIdArray) foreach (string posId in posIdArray)
{ {
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!