@ -64,7 +64,11 @@ public class IoCollectOrderBizService extends ServiceImpl<IoCollectOrderBizMappe
shouldCount = integerPart;
}
} else {
shouldCount = integerPart + 1;
if (collectOrderBizResponse.getAutoTagStatus() == 2){
shouldCount = 0;
}else {
collectOrderBizResponse.setShouldCount(shouldCount);
if (collectOrderBizResponse.getScanCount() == null){