修改吊牌价格
This commit is contained in:
@@ -1096,6 +1096,8 @@ public class ProductService {
|
||||
}
|
||||
}
|
||||
if ("4".equals(kind)) {
|
||||
product.setPrice(Math.floor(product.getPrice() * 1.3));
|
||||
|
||||
// 服装吊牌里面的900克吊牌把价格
|
||||
if (product.getCount() <= 2000) {
|
||||
product.setPrice(Math.floor(product.getPrice() * 1.1));
|
||||
|
||||
Reference in New Issue
Block a user