新增伸缩手拉旗,新增熨斗,限制鼠标垫尺寸
This commit is contained in:
@@ -357,7 +357,7 @@ public class ProductController {
|
||||
}
|
||||
String size = product.getSize();
|
||||
|
||||
if (("17".equals(product.getProTypeValue()) && "6".equals(product.getKindValue())) || "手拉旗".equals(product.getProTypeValue())) {
|
||||
if (("17".equals(product.getProTypeValue()) && "6".equals(product.getKindValue())) || ("手拉旗".equals(product.getProTypeValue()) && "常规".equals(product.getStickerKind()))) {
|
||||
if (!StringUtils.isEmpty(size)) {
|
||||
String sizeList[] = size.split(",");
|
||||
size = sizeList[0];
|
||||
|
||||
Reference in New Issue
Block a user