修改不干胶工艺价格
This commit is contained in:
@@ -5614,8 +5614,13 @@ public class ProductService {
|
||||
stickersList = new PVCYaMoStickersPrice().getPrice(count, area);
|
||||
break;
|
||||
case "5":
|
||||
if (StringUtils.isEmpty(dto.getAotu())) {
|
||||
if (StringUtils.isEmpty(dto.getAotu()) || (width < 30 && length < 30)) {
|
||||
stickersList = new YaJinStickersPrice().getPriceNoAoTu(length, width, count);
|
||||
if (("加凹凸".equals(dto.getAotu())) && (width < 30 && length < 30)) {
|
||||
for (Product product : stickersList) {
|
||||
product.setPrice(product.getPrice() + Math.ceil(product.getPrice() * 0.3));
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
return stickersList;
|
||||
|
||||
Reference in New Issue
Block a user