Dieser Commit ist enthalten in:
2025-07-16 14:20:57 +08:00
Ursprung 44eec91e4c
Commit a904602095
@@ -1565,7 +1565,7 @@ public class PriceUtils {
break; break;
} }
int currentCount = countArr[i]; int currentCount = countArr[i];
if (currentCount < count) { if (currentCount <= count) {
continue; continue;
} }
list.add(getUVCenterPrice(length, width, currentCount, number, zhuan, isSmall)); list.add(getUVCenterPrice(length, width, currentCount, number, zhuan, isSmall));