Commit 7f3a73ca 贾鹏旭

1.无条码继续模板匹配

1 个父辈 afd92bce
此文件类型无法预览
......@@ -286,7 +286,7 @@ namespace SmartScan
private bool MatchingTemplate()
{
LogNet.log.Info("Work MatchingTemplate");
if (workCodeInfo.Count == 0) return false;
//if (workCodeInfo.Count == 0) return false;
originalCodeText = Camera.GetBarCodeText(workCodeInfo);
bool rtn = BLLCommon.mateEdit.MatchingTemplate(workCodeInfo, BLLCommon.config.DefaultMaterialName, false, out string mateName, out workCodeKeyword, out originalCodeIsUsed);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!