Commit d2de60be 张东亮

条码与重量分隔符改为||

1 个父辈 128a874e
......@@ -561,7 +561,7 @@ namespace DeviceLibrary
string codeStr = "";
List<string> list = new List<string>();
var code = ProcessCode(codelist, 0, 0);
codeStr = code + spiltStr + weight;
codeStr = code + "||" + weight;
// 参数:cids: 多个 cid
//code: 条码内容
Dictionary<string, string> paramMap = new Dictionary<string, string>();
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!