屏蔽短信
This commit is contained in:
parent
0fd37f61ca
commit
35f8e62782
|
@ -4943,7 +4943,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
|
||||||
//电话通知 add 2024-06-20 by caolei
|
//电话通知 add 2024-06-20 by caolei
|
||||||
messageService.sendNoticeByCall(artificer.getUserId());
|
messageService.sendNoticeByCall(artificer.getUserId());
|
||||||
}
|
}
|
||||||
sendMsg(orders);
|
// sendMsg(orders);
|
||||||
|
|
||||||
return Result.success();
|
return Result.success();
|
||||||
}
|
}
|
||||||
|
@ -5334,7 +5334,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
|
||||||
//电话通知 add 2024-06-20 by caolei
|
//电话通知 add 2024-06-20 by caolei
|
||||||
messageService.sendNoticeByCall(artificer.getUserId());
|
messageService.sendNoticeByCall(artificer.getUserId());
|
||||||
}
|
}
|
||||||
sendMsg(orders);
|
// sendMsg(orders);
|
||||||
return Result.success();
|
return Result.success();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue