修改吊牌价格

This commit is contained in:
2025-06-28 11:30:29 +08:00
parent 0d53424a0d
commit 988fddf6c8
@@ -1096,6 +1096,8 @@ public class ProductService {
} }
} }
if ("4".equals(kind)) { if ("4".equals(kind)) {
product.setPrice(Math.floor(product.getPrice() * 1.3));
// 服装吊牌里面的900克吊牌把价格 // 服装吊牌里面的900克吊牌把价格
if (product.getCount() <= 2000) { if (product.getCount() <= 2000) {
product.setPrice(Math.floor(product.getPrice() * 1.1)); product.setPrice(Math.floor(product.getPrice() * 1.1));