|
@@ -2819,11 +2819,11 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
//虚拟物品购买推送电报消息
|
|
//虚拟物品购买推送电报消息
|
|
|
- if (goodsDon.getType() == 1) {
|
|
|
|
|
- TASK_POOL.execute(() -> {
|
|
|
|
|
- sendTelegramMsg(orderDon, goodsDon, sku);
|
|
|
|
|
- });
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// if (goodsDon.getType() == 1) {
|
|
|
|
|
+// TASK_POOL.execute(() -> {
|
|
|
|
|
+// sendTelegramMsg(orderDon, goodsDon, sku);
|
|
|
|
|
+// });
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
if (orderDon.getPopularizeId() != null && orderDon.getPopularizeId() != 0 && StrUtil.isNotEmpty(orderDon.getPhone())) {
|
|
if (orderDon.getPopularizeId() != null && orderDon.getPopularizeId() != 0 && StrUtil.isNotEmpty(orderDon.getPhone())) {
|
|
|
String name = channelPopularizeMapper.selectChannelByPid(orderDon.getPopularizeId());
|
|
String name = channelPopularizeMapper.selectChannelByPid(orderDon.getPopularizeId());
|