Authored by Lixiaodi

瑕疵:其他问题,不展示

@@ -1381,6 +1381,10 @@ public class ProductServiceImpl implements ProductService { @@ -1381,6 +1381,10 @@ public class ProductServiceImpl implements ProductService {
1381 if (secondhandInfo != null && StringUtils.isNotBlank(secondhandInfo.getFlawId())) { 1381 if (secondhandInfo != null && StringUtils.isNotBlank(secondhandInfo.getFlawId())) {
1382 List<SecondhandFlaw> flaws = secondhandFlawMapper.selectByIds(secondhandInfo.getFlawId()); 1382 List<SecondhandFlaw> flaws = secondhandFlawMapper.selectByIds(secondhandInfo.getFlawId());
1383 for (SecondhandFlaw flaw : flaws) { 1383 for (SecondhandFlaw flaw : flaws) {
  1384 + // 其他问题,文字不展示
  1385 + if (flaw.getType() == 200) {
  1386 + continue;
  1387 + }
1384 if (flaw.getType() == 1) { 1388 if (flaw.getType() == 1) {
1385 boxInfo.append(",").append(flaw.getName()); 1389 boxInfo.append(",").append(flaw.getName());
1386 } 1390 }