Explorar o código

下单重复推送问题

lcl hai 11 meses
pai
achega
bd2197385e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;