修改uv烫金工艺

This commit is contained in:
2025-11-07 10:39:04 +08:00
parent 65788e1df5
commit fc23b9d62e
2 changed files with 14 additions and 2 deletions
@@ -6085,7 +6085,7 @@ public class ProductService {
product.setPrice(price + ((dto.getN_mq_num() - 1) * base_price));
}
}
if ("彩色印刷+烫金/银".equals(dto.getCraftTang()) || "纯烫金".equals(dto.getCraftTang())) {
if ("彩色印刷+烫金/银".equals(dto.getCraftTang()) || "纯烫金".equals(dto.getCraftTang()) || "烫镭射银".equals(dto.getCraftTang())) {
double[] basePrice = getStickersTanBasePrice(area * 10000);
int[] bigCountArr = {500, 1000, 2000, 3000, 5000, 10000};
if ("彩色印刷+烫金/银".equals(dto.getCraftTang())) {