This commit is contained in:
2025-03-17 08:43:44 +08:00
parent cced253078
commit 0173944fdf
12 changed files with 1215 additions and 688 deletions
@@ -112,11 +112,11 @@ public class ProductController {
}
} else {
if (product.getNumber() != null && product.getNumber() > 1) {
if ("专版打印".equals(product.getStickerKind()) || "少数量".equals(product.getCouponKind())) {
// if ("专版打印".equals(product.getStickerKind()) || "少数量".equals(product.getCouponKind())) {
if (request.getParameter("desType") != null && !"".equals(request.getParameter("desType"))) {
product.setP(Integer.valueOf(request.getParameter("desType")));
}
}
// }
}
}
List<Product> proList = productService.getThanPrice(product, user.getRole());