Browse Source

推动数据到MQ的盟主兑换订单,状态传2

lcl 11 months ago
parent
commit
f3d81d532a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      AppStart/Helper/LeaderApplyCouponsHelper.cs

+ 1 - 0
AppStart/Helper/LeaderApplyCouponsHelper.cs

@@ -91,6 +91,7 @@ namespace MySystem
                         Utils.Instance.SendMqOrder(new Orders()
                         {
                             Id = queryList.Id,
+                            Status = 2,
                             CreateDate = queryList.CreateDate,
                             Remark = queryList.Remark,
                             BuyCount = BuyCount,