优化uv价格

Cette révision appartient à :
2025-07-16 14:20:57 +08:00
Parent 44eec91e4c
révision a904602095
+1 -1
Voir le fichier
@@ -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));