lcl 11 månader sedan
förälder
incheckning
ee6d8d965f
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      AppStart/Helper/AlipayPayBack2Service.cs

+ 2 - 0
AppStart/Helper/AlipayPayBack2Service.cs

@@ -132,6 +132,8 @@ 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);
+
                         int BuyCount = pro.ProductCount;
                         int Kind = 0;
                         int BeforeLeaderLevel = 0;