소스 검색

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