|
|
@@ -1715,7 +1715,7 @@ public class LawyerConsultationOrderServiceImpl extends ServiceImpl<LawyerConsul
|
|
|
LifeNotice lifeNotice = new LifeNotice();
|
|
|
lifeNotice.setSenderId(SYSTEM_SENDER_ID);
|
|
|
lifeNotice.setBusinessId(order.getId());
|
|
|
- lifeNotice.setTitle("退款申请通知");
|
|
|
+ lifeNotice.setTitle("申请退款通知");
|
|
|
|
|
|
// 获取申请人接收ID
|
|
|
String receiverId = getClientReceiverId(clientUserId);
|