优化uv价格

此提交包含在:
2025-07-16 14:20:57 +08:00
父節點 44eec91e4c
當前提交 a904602095
+1 -1
查看文件
@@ -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));