Explorar el Código

修改notice名称

lutong hace 2 días
padre
commit
0ed0d76b5d

+ 1 - 1
alien-store/src/main/java/shop/alien/store/service/impl/CommonRatingServiceImpl.java

@@ -279,7 +279,7 @@ public class CommonRatingServiceImpl extends ServiceImpl<CommonRatingMapper, Com
                         if (storeForNotice != null && StringUtils.isNotEmpty(storeForNotice.getStoreName())) {
                             storeName = storeForNotice.getStoreName();
                         }
-                        String noticeTitle = "评价审核失败通知";
+                        String noticeTitle = "评价审核通知";
                         String fullMessage = "您对" + storeName + "店铺的评价未通过审核。失败原因:" + auditReason
                                 + "。您可通过成功发布一条打卡内容,或在评价中上传消费记录两种方式参与店铺评价,审核成功后可在\"我的评价及店铺评价\"中查看。";