瀏覽代碼

fix 去掉电报通知

zoujiajian 1 年之前
父節點
當前提交
9268f5a83d
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      netflix-service/src/main/java/com/cyksj/service/order/impl/OrderDonServiceImpl.java

+ 5 - 5
netflix-service/src/main/java/com/cyksj/service/order/impl/OrderDonServiceImpl.java

@@ -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())) {
 			String name = channelPopularizeMapper.selectChannelByPid(orderDon.getPopularizeId());