|
|
@@ -382,7 +382,7 @@ public class LawyerUserViolationServiceImpl extends ServiceImpl<LawyerUserViolat
|
|
|
LifeNotice lifeNotice = new LifeNotice();
|
|
|
lifeNotice.setSenderId(SYSTEM_SENDER_ID);
|
|
|
lifeNotice.setBusinessId(lawyerUserViolation.getId());
|
|
|
- lifeNotice.setTitle("咨询订单举报通知");
|
|
|
+ lifeNotice.setTitle("举报通知");
|
|
|
|
|
|
// 获取举报人接收ID
|
|
|
String receiverId = getReporterReceiverId(lawyerUserViolation);
|