Administrator
2020-03-01 3dade955e1743b382473e01b8ddbc50809b7ca0e
fanli/src/main/java/com/yeshi/fanli/service/impl/dynamic/GoodsEvaluateServiceImpl.java
@@ -1486,6 +1486,7 @@
               commentInfo.setId(UUID.randomUUID().toString().replace("-", ""));
               commentInfo.setContent(commentText);
               commentInfo.setTypeEnum(CommentInfoEnum.goodsCoupon);
               commentInfo.setType(CommentInfoEnum.goodsCoupon.getDesc());
               
               List<CommentInfo> commentsNew = new ArrayList<>();
               commentsNew.add(commentInfo);