@ -238,7 +238,7 @@ namespace SlnMesnac.Business
byte[] compressedImageData = null;
//从队列取出条码
if (consumeQueue.Count < 0) return;
if (consumeQueue.Count <= 0) return;
bool hikFlag = false;
BarCodeModel barCodeModel = consumeQueue.Dequeue();