|
|
@@ -222,11 +222,11 @@ public class BadReviewAppealJob {
|
|
|
// 发送通知
|
|
|
LifeNotice lifeMessage = new LifeNotice();
|
|
|
StoreUser storeUser = storeUserMapper.selectOne(new QueryWrapper<StoreUser>().eq("store_id", appeal.getStoreId()));
|
|
|
+ lifeMessage.setTitle("申诉通知");
|
|
|
lifeMessage.setReceiverId("store_" + storeUser.getPhone());
|
|
|
String text = "您的评论申诉结果为" + sCommentAppeal.getFinalResult();
|
|
|
lifeMessage.setContext(text);
|
|
|
lifeMessage.setSenderId("system");
|
|
|
- lifeMessage.setTitle("申诉通知");
|
|
|
lifeMessage.setIsRead(0);
|
|
|
lifeMessage.setNoticeType(1);
|
|
|
lifeNoticeMapper.insert(lifeMessage);
|