|
|
|
@ -691,7 +691,7 @@ public class IoCheckInoutService {
|
|
|
|
|
for (IoOrderDetailBizEntity bizEntity : orderDetailBizEntities) {
|
|
|
|
|
String msg = "";
|
|
|
|
|
Integer count = orderDetailCodeService.findByRelIdCount(orderEntity.getBillNo(), bizEntity.getBindRlFk(), bizEntity.getBatchNo());
|
|
|
|
|
if (bizEntity.getCount() == count) {
|
|
|
|
|
if (IntUtil.value(bizEntity.getCount()) == IntUtil.value(count)) {
|
|
|
|
|
bizEntity.setCheckSuccess(true);
|
|
|
|
|
bizEntity.setScanCount(count);
|
|
|
|
|
} else {
|
|
|
|
|