|
|
@@ -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
|
|
|
+ "。您可通过成功发布一条打卡内容,或在评价中上传消费记录两种方式参与店铺评价,审核成功后可在\"我的评价及店铺评价\"中查看。";
|
|
|
|