master
liuwf 3 months ago
parent 8b5168ced6
commit fbced5e564

@ -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();

Loading…
Cancel
Save