Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1382,7 +1382,7 @@ public class ProductServiceImpl implements ProductService { | @@ -1382,7 +1382,7 @@ public class ProductServiceImpl implements ProductService { | ||
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 | // 其他问题,文字不展示 | 1384 | // 其他问题,文字不展示 |
1385 | - if (flaw.getType() == 200) { | 1385 | + if (flaw.getId() == 200) { |
1386 | continue; | 1386 | continue; |
1387 | } | 1387 | } |
1388 | if (flaw.getType() == 1) { | 1388 | if (flaw.getType() == 1) { |
-
Please register or login to post a comment