优化uv价格
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user