This commit is contained in:
2025-05-23 10:08:24 +08:00
parent bef80caa1d
commit 70fde0ecac
7 changed files with 486 additions and 161 deletions
+2
View File
@@ -23,4 +23,6 @@ public class Bug {
private Date createDate;
private String answer;
private String images;
}
@@ -4059,11 +4059,11 @@ public class ProductService {
//工艺计算
if (!StringUtils.isEmpty(dto.getCraft())) {
List<String> craList = Arrays.asList(dto.getCraft());
if (craList.contains("双面覆哑膜")) {
for (Product product : priceList) {
product.setPrice(Math.ceil(product.getPrice() * 1.3));
}
}
// if (craList.contains("双面覆哑膜")) {
// for (Product product : priceList) {
// product.setPrice(Math.ceil(product.getPrice() * 1.3));
// }
// }
if (craList.contains("模切")) {
if (min < 3) {