...
|
...
|
@@ -1382,7 +1382,7 @@ public class ProductServiceImpl implements ProductService { |
|
|
List<SecondhandFlaw> flaws = secondhandFlawMapper.selectByIds(secondhandInfo.getFlawId());
|
|
|
for (SecondhandFlaw flaw : flaws) {
|
|
|
// 其他问题,文字不展示
|
|
|
if (flaw.getType() == 200) {
|
|
|
if (flaw.getId() == 200) {
|
|
|
continue;
|
|
|
}
|
|
|
if (flaw.getType() == 1) {
|
...
|
...
|
|