This commit is contained in:
2025-05-29 11:42:02 +08:00
parent e04daac2ed
commit e27eae918b
4 changed files with 47 additions and 37 deletions
@@ -1089,7 +1089,9 @@ public class ProductService {
for (Product product : priceList) {
// 服装吊牌里面的600克吊牌把价格*1.3倍
product.setPrice(Math.floor(product.getPrice() * 1.3));
if (!("6".equals(kind) && "".equals(kind2) && area <= 0.00486)) {
product.setPrice(Math.floor(product.getPrice() * 1.3));
}
if ("4".equals(kind)) {
// 服装吊牌里面的900克吊牌把价格
if (product.getCount() <= 2000) {