修改种子纸工艺
This commit is contained in:
@@ -245,12 +245,12 @@ public class ProductService {
|
||||
/*
|
||||
* if(proType.equals("帆布")){ String sizeList[] = size.split(","); size = sizeList[1]; }else
|
||||
*/
|
||||
if (proType.equals("17")) {
|
||||
if ("17".equals(proType)) {
|
||||
if (!StringUtils.isEmpty(size)) {
|
||||
String sizeList[] = size.split(",");
|
||||
size = sizeList[0];
|
||||
}
|
||||
} else if (proType.equals("手拉旗")) {
|
||||
} else if ("手拉旗".equals(proType)) {
|
||||
size += "*" + dto.getWidth();
|
||||
}
|
||||
int count = dto.getCount();
|
||||
|
||||
Reference in New Issue
Block a user