src/main/java/com/mzl/flower/service/point/PointGoodsService.java
@@ -151,7 +151,7 @@ record.setNum(dto.getNum()); record.setPoint(p.getPoint()); record.setName(p.getName()); record.setPictures(p.getPictures()); record.setPictures(p.getCover()); record.setDescription(p.getDescription()); record.setTotalPoint(p.getPoint() * dto.getNum()); record.setCover(p.getCover());