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