修改uv烫金工艺
This commit is contained in:
@@ -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())) {
|
||||
|
||||
Reference in New Issue
Block a user