优化uv价格
Esse commit está contido em:
@@ -1565,7 +1565,7 @@ public class PriceUtils {
|
||||
break;
|
||||
}
|
||||
int currentCount = countArr[i];
|
||||
if (currentCount < count) {
|
||||
if (currentCount <= count) {
|
||||
continue;
|
||||
}
|
||||
list.add(getUVCenterPrice(length, width, currentCount, number, zhuan, isSmall));
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário