|
@@ -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));
|