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