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