修改618价格
This commit is contained in:
@@ -8579,11 +8579,11 @@ public class ProductService {
|
||||
}
|
||||
}
|
||||
//淘系的价格全部按照目前的价格乘以1.15
|
||||
if (!isIn) {
|
||||
for (Product product : list) {
|
||||
product.setPrice(Math.ceil(product.getPrice() * 1.15));
|
||||
}
|
||||
}
|
||||
// if (!isIn) {
|
||||
// for (Product product : list) {
|
||||
// product.setPrice(Math.ceil(product.getPrice() * 1.15));
|
||||
// }
|
||||
// }
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user