修改少数量卡片价格

This commit is contained in:
2025-09-05 14:35:01 +08:00
parent 656c3e2db6
commit ce095f4b7f
@@ -2774,9 +2774,6 @@ public class ProductService {
zhang9 = 5;
}
}
cutFee = 50;
if (!StringUtils.isEmpty(dto.getCraft()))
cutFee = 100;
} else if ((length - 4 <= 570 && width - 4 <= 420) || (length - 4 <= 420 && width - 4 <= 570)) {
if ("特种纸名片".equals(dto.getKind())) {
return null;
@@ -2785,7 +2782,7 @@ public class ProductService {
zhang = 5;
cutFee = 50;
if (!StringUtils.isEmpty(dto.getCraft()))
cutFee = 150;
cutFee = 100;
l = 570;
w = 420;
fixPrice9 = 90;
@@ -2803,7 +2800,7 @@ public class ProductService {
}
cutFee = 50;
if (!StringUtils.isEmpty(dto.getCraft()))
cutFee = 150;
cutFee = 100;
l = 730;
w = 530;
fixPrice9 = 100;