Bläddra i källkod

fix 去掉电报通知

zoujiajian 1 år sedan
förälder
incheckning
9268f5a83d

+ 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());