修改包装纸价格

This commit is contained in:
2026-07-04 15:36:36 +08:00
parent e17f2ded35
commit f66834e631
@@ -5781,6 +5781,7 @@ public class ProductService {
if (craft_list.contains("丝带")) {
craft_price += Math.max(dto.getPcount(), 1) * 3.5;
}
count = count * number;
for (int i = 0; i < counts.length; i++) {
int countItem = counts[i];
if (count >= countItem) {