Browse Source

修复打包bug

pull/229/head
zhangxin 2 years ago
parent
commit
4103d6bb11
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/jit/implments/PackOrder.service.impl.go

+ 1
- 1
services/jit/implments/PackOrder.service.impl.go View File

@ -1802,7 +1802,7 @@ func (impl *PackOrderServiceImplement) ScanBarcodeOutLine(user *global.User, bar
tempMatchSign = false
break
}
if tempQty > qty {
if tempQty < qty {
tempMatchSign = false
break
}


Loading…
Cancel
Save