修改种子纸工艺

This commit is contained in:
2025-08-27 09:37:14 +08:00
parent 764f3117f2
commit ce1c198047
2 changed files with 54 additions and 27 deletions
@@ -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();