屏蔽短信

This commit is contained in:
曹磊 2024-07-11 09:46:54 +08:00
parent 0fd37f61ca
commit 35f8e62782
1 changed files with 2 additions and 2 deletions

View File

@ -4943,7 +4943,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
//电话通知 add 2024-06-20 by caolei
messageService.sendNoticeByCall(artificer.getUserId());
}
sendMsg(orders);
// sendMsg(orders);
return Result.success();
}
@ -5334,7 +5334,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
//电话通知 add 2024-06-20 by caolei
messageService.sendNoticeByCall(artificer.getUserId());
}
sendMsg(orders);
// sendMsg(orders);
return Result.success();
}