|
|
@ -57,8 +57,10 @@ public class IoCollectOrderBizService extends ServiceImpl<IoCollectOrderBizMappe
|
|
|
|
int integerPart = (int) quotient;
|
|
|
|
int integerPart = (int) quotient;
|
|
|
|
if (quotient == integerPart) {
|
|
|
|
if (quotient == integerPart) {
|
|
|
|
if (integerPart == 0){
|
|
|
|
if (integerPart == 0){
|
|
|
|
shouldCount = 1;
|
|
|
|
if (collectOrderBizResponse.getAutoTagStatus() != 2){
|
|
|
|
}else {
|
|
|
|
shouldCount = 1;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
} else {
|
|
|
|
shouldCount = integerPart;
|
|
|
|
shouldCount = integerPart;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|