edit
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user