修改uv工艺价格

This commit is contained in:
2025-09-10 16:56:49 +08:00
parent fbc6db905f
commit f0024fd1b7
6 changed files with 19 additions and 9 deletions
@@ -2535,6 +2535,9 @@ public class ProductService {
// 1006 1003 1005 1037 1058 1002 1033 1045 卓盛 航和 米笛儿 竹范 领淘文具 榆家 涛莱 拼多多uv单独报价
List<String> crafts = new ArrayList<>(dto.getCraft() == null ? new ArrayList<>() : Arrays.asList(dto.getCraft()));
crafts.remove("刮板");
if (crafts.size() > 0 && "烫金".equals(crafts.get(0))) {
crafts.remove(0);
}
String[] newCrafts = crafts.size() == 0 ? null : crafts.stream().toArray(String[]::new);
priceList = new PriceUtils().UVStickerSmallPriceV2(length, width, count, number, dto.getCraftMo(), newCrafts, role.indexOf("1045") > -1);
if (priceList.get(0).getCount() != count) {