Browse Source

推动数据到MQ ProductId改为固定值10000

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

+ 1 - 1
AppStart/Helper/LeaderApplyCouponsHelper.cs

@@ -95,7 +95,7 @@ namespace MySystem
                             Remark = queryList.Remark,
                             BuyCount = BuyCount,
                             PayStatus = 1,
-                            ProductId = 10,
+                            ProductId = 10000,
                             DeliveryType = 0,
                             PayMode = 4,
                             PayDate = queryList.CreateDate,