Commit 43f6fe96 张东亮

1

1 个父辈 bb4f9d04
...@@ -588,7 +588,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -588,7 +588,7 @@ namespace OnlineStore.DeviceLibrary
string buchongStr = ""; string buchongStr = "";
if (isLast) if (isLast)
{ {
buchongStr = $"(最后一盘料)加{lastReelAddVal}"; buchongStr = $"(最后一盘料)加{lastReelAddVal};";
height += lastReelAddVal; height += lastReelAddVal;
} }
...@@ -604,7 +604,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -604,7 +604,7 @@ namespace OnlineStore.DeviceLibrary
else if (height >= 27) else if (height >= 27)
{ {
LastHeight = 28; LastHeight = 28;
buchongStr = ">=27,<=小于32"; buchongStr += ">=27,<=小于32";
} }
else else
{ {
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!