Browse Source

下单重复推送问题

lcl 11 tháng trước cách đây
mục cha
commit
bd2197385e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      AppStart/Helper/AlipayPayBack2Service.cs

+ 1 - 1
AppStart/Helper/AlipayPayBack2Service.cs

@@ -132,7 +132,7 @@ namespace MySystem
                     if (pro.ProductId == 10 || pro.ProductId == 11 || pro.ProductId == 27 || pro.ProductId == 28 || pro.ProductId == 34 || pro.ProductId == -2)
                     {
                         order.Status = 2;
-                        Utils.Instance.SendMqOrder(order);
+                        if(pro.ProductId == 28) Utils.Instance.SendMqOrder(order);
 
                         int BuyCount = pro.ProductCount;
                         int Kind = 0;