Commit e534b8b5 authored by wlx@33.cn's avatar wlx@33.cn

修正盲盒成功下单后图片

parent b653bc4b
......@@ -199,7 +199,6 @@ public class OrderServiceImpl extends ServiceImpl<OrderMapper, Order> implements
} else {
vo.setThumb(goodSpu.getThumb());
}
vo.setThumb(goodSpu.getThumb());
vo.setSalesType(goodSpu.getSalesType());
orders.add(vo);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment