Commit c6c852a5 几米阳光

1

1 个父辈 4f4b1190
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
20190114 20190114
增加一维码类型,Barcode 增加一维码类型,Barcode,可与二维码一起配置
20190114 20190114
改为伺服串联兼容模式 改为伺服串联兼容模式
......
...@@ -1465,7 +1465,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -1465,7 +1465,7 @@ namespace OnlineStore.DeviceLibrary
foreach (string str in codeList) foreach (string str in codeList)
{ {
string code = str; string code = str;
code = "=1+0x0-7x" + height + " =" + code; code = "=1+0x0-7x" + height + "=" + code;
message = message + code + spiltStr; message = message + code + spiltStr;
} }
if (!outMsg.Equals("")) if (!outMsg.Equals(""))
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!