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