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