优化uv价格

This commit is contained in:
2025-07-16 14:20:57 +08:00
parent 44eec91e4c
commit a904602095
@@ -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));